From 20a762e55682b95cd6bc6d19b0abb07d4ad36bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Garci=CC=81a=20Cabeza?= Date: Sun, 26 Jul 2015 23:14:29 +0200 Subject: [PATCH] Modifies debates show --- app/views/debates/show.html.erb | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/app/views/debates/show.html.erb b/app/views/debates/show.html.erb index d549ee499..719857185 100644 --- a/app/views/debates/show.html.erb +++ b/app/views/debates/show.html.erb @@ -1,11 +1,13 @@ - -

<%= @debate.title %>

-

<%= @debate.description %>

-

- Creado el: <%= l @debate.created_at.to_date %> - por: <%= @debate.author.name %> -

-
+
+
+
+

<%= @debate.title %>

+

<%= @debate.description %>

+

+ Creado el: <%= l @debate.created_at.to_date %> + por: <%= @debate.author.name %> +

+
@@ -38,4 +40,5 @@ <% if current_user && @debate.editable_by?(current_user) %> <%= link_to 'Edit', edit_debate_path(@debate) %> | <% end %> -<%= link_to 'Back', debates_path %> \ No newline at end of file +<%= link_to 'Back', debates_path %> +
\ No newline at end of file