From d5710c8dc67dc5718642e9e77c3622358bfac8f2 Mon Sep 17 00:00:00 2001 From: kikito Date: Tue, 28 Jul 2015 16:32:07 +0200 Subject: [PATCH] Removes '|' after button in debates/show The rest of the commit noise is trailing spaces :( --- app/views/debates/show.html.erb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/debates/show.html.erb b/app/views/debates/show.html.erb index ec8a99422..6baa8c794 100644 --- a/app/views/debates/show.html.erb +++ b/app/views/debates/show.html.erb @@ -1,15 +1,15 @@
- + <%= link_to 'Volver', debates_path, :class => 'right' %>

<%= @debate.title %>

-

Por <%= @debate.author.name %> el <%= l @debate.created_at.to_date %>

+

Por <%= @debate.author.name %> el <%= l @debate.created_at.to_date %>

<%= @debate.description %>

<%= render 'shared/tags', debate: @debate %>

- +
@@ -18,7 +18,7 @@ <%= percentage('likes', @debate) %> <% end %>
- +
@@ -28,7 +28,7 @@ <% end %>
- +

<%= pluralize(@debate.total_votes, 'voto', 'votos') %> votos

@@ -45,7 +45,7 @@
<% if current_user && @debate.editable_by?(current_user) %> - <%= link_to 'Edit', edit_debate_path(@debate), :class => 'button radius right' %> | + <%= link_to 'Edit', edit_debate_path(@debate), :class => 'button radius right' %> <% end %> -
\ No newline at end of file +