From e9bc6ff75f1eba7808953f20e4dfadc655aace38 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Tue, 5 Apr 2016 14:14:04 +0200 Subject: [PATCH] Improves layout for featured debates --- app/views/admin/_menu.html.erb | 2 +- app/views/debates/_featured_debates.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index 313c34042..f435c5511 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb @@ -25,7 +25,7 @@ <%= t("admin.menu.hidden_debates") %> <% end %> - <% end %> + <% end %>
  • > <%= link_to admin_comments_path do %> diff --git a/app/views/debates/_featured_debates.html.erb b/app/views/debates/_featured_debates.html.erb index 8b0450e16..e678e2da8 100644 --- a/app/views/debates/_featured_debates.html.erb +++ b/app/views/debates/_featured_debates.html.erb @@ -5,7 +5,7 @@ <% @debates.featured.each do |debate| %> -
    +

    <%= link_to debate.title, debate %>

    <%= link_to debate.author.name, user_path(debate.author)%>