##// END OF EJS Templates
Removed a line break on news/show...
Jean-Philippe Lang -
r591:6edfcd83c197
parent child
Show More
@@ -7,7 +7,6
7
7
8 <p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %>
8 <p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %>
9 <%= @news.author.name %>, <%= format_time(@news.created_on) %></em></p>
9 <%= @news.author.name %>, <%= format_time(@news.created_on) %></em></p>
10 <br />
11 <%= textilizable(@news.description) %>
10 <%= textilizable(@news.description) %>
12 <br />
11 <br />
13
12
@@ -29,4 +28,4
29 <%= text_area 'comment', 'comments', :cols => 60, :rows => 6 %>
28 <%= text_area 'comment', 'comments', :cols => 60, :rows => 6 %>
30 <p><%= submit_tag l(:button_add) %></p>
29 <p><%= submit_tag l(:button_add) %></p>
31 <% end %>
30 <% end %>
32 <% end %> No newline at end of file
31 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now