add link to person and small fixes

This commit is contained in:
Steffen van Bergerem 2013-08-21 13:16:16 +02:00 committed by Roger Braun
parent 532ec72bcf
commit f337e4e9a0
2 changed files with 15 additions and 2 deletions

View file

@ -13,3 +13,12 @@ header
li
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
font-size: 13px
#notification_badge.active
@include border-radius(0)
#global_search
form
input
height: 15px
color: black

View file

@ -6,7 +6,9 @@
</div>
<div class='span10 persons'>
{{#each reshares}}
{{{personImage author 'small' 'micro'}}}
{{#linkToPerson author}}
{{{personImage this 'small' 'micro'}}}
{{/linkToPerson}}
{{/each}}
</div>
</div>
@ -19,7 +21,9 @@
</div>
<div class='span10 persons'>
{{#each likes}}
{{{personImage author 'small' 'micro'}}}
{{#linkToPerson author}}
{{{personImage this 'small' 'micro'}}}
{{/linkToPerson}}
{{/each}}
</div>
</div>