<%= @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 %>
<%= pluralize(@debate.total_votes, 'voto', 'votos') %> votos