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 +