add link to person and small fixes
This commit is contained in:
parent
532ec72bcf
commit
f337e4e9a0
2 changed files with 15 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue