From cc87061fe23322f062e6b1589fd43899d144ae55 Mon Sep 17 00:00:00 2001 From: nilsding Date: Mon, 8 Dec 2014 15:17:26 +0100 Subject: [PATCH] Links. (Und rechts) --- app/views/static/index.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/static/index.html.haml b/app/views/static/index.html.haml index d7f1fdad..dc05a5e3 100644 --- a/app/views/static/index.html.haml +++ b/app/views/static/index.html.haml @@ -33,6 +33,7 @@ .col-md-6.col-sm-6.col-xs-6 %h4.entry-text#answered-count= current_user.smiled_count %h6.entry-subtext Smiles + = render 'shared/links' .col-md-9.col-xs-12.col-sm-9 = render 'layouts/messages' @@ -45,7 +46,7 @@ - if @timeline.next_page %button#load-more-btn.btn.btn-default{type: :button, 'data-current-page' => @timeline.current_page, 'data-type' => 'timeline'} Load more - = render "shared/links" + .visible-xs= render 'shared/links' - else .jumbotron .container