From f337e4e9a0955ec13d81505a5478c245afb884fe Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Wed, 21 Aug 2013 13:16:16 +0200 Subject: [PATCH] add link to person and small fixes --- app/assets/stylesheets/bootstrap-headerfix.sass | 9 +++++++++ .../single-post-interactions_tpl.jst.hbs | 8 ++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/bootstrap-headerfix.sass b/app/assets/stylesheets/bootstrap-headerfix.sass index ba97345f1..1cea40267 100644 --- a/app/assets/stylesheets/bootstrap-headerfix.sass +++ b/app/assets/stylesheets/bootstrap-headerfix.sass @@ -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 diff --git a/app/assets/templates/single-post-viewer/single-post-interactions_tpl.jst.hbs b/app/assets/templates/single-post-viewer/single-post-interactions_tpl.jst.hbs index 6d92c58a7..7b524911d 100644 --- a/app/assets/templates/single-post-viewer/single-post-interactions_tpl.jst.hbs +++ b/app/assets/templates/single-post-viewer/single-post-interactions_tpl.jst.hbs @@ -6,7 +6,9 @@
{{#each reshares}} - {{{personImage author 'small' 'micro'}}} + {{#linkToPerson author}} + {{{personImage this 'small' 'micro'}}} + {{/linkToPerson}} {{/each}}
@@ -19,7 +21,9 @@
{{#each likes}} - {{{personImage author 'small' 'micro'}}} + {{#linkToPerson author}} + {{{personImage this 'small' 'micro'}}} + {{/linkToPerson}} {{/each}}