From e9b5a8980e9286d8a24d1fe3f9423ba7549cf7b4 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Mon, 31 Oct 2016 18:39:57 +0100 Subject: [PATCH 001/138] removes redundant link on header --- app/views/shared/_top_links.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/shared/_top_links.html.erb b/app/views/shared/_top_links.html.erb index be6afb0d7..b30d12aba 100644 --- a/app/views/shared/_top_links.html.erb +++ b/app/views/shared/_top_links.html.erb @@ -2,7 +2,6 @@
<%= render "shared/locale_switcher" %> +
+ -
+
<%= render 'debates/votes', debate: debate %>
diff --git a/app/views/debates/show.html.erb b/app/views/debates/show.html.erb index 9625ab42d..dca39677e 100644 --- a/app/views/debates/show.html.erb +++ b/app/views/debates/show.html.erb @@ -45,10 +45,8 @@
_reply" class="reply"> - +
<%= render 'comments/votes', comment: comment %> - +
<% if comment.children.size > 0 %> <%= link_to "#{dom_id(comment)}", class: "js-toggle-children relative", data: {'id': "#{dom_id(comment)}"} do %>