##// 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 8 <p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %>
9 9 <%= @news.author.name %>, <%= format_time(@news.created_on) %></em></p>
10 <br />
11 10 <%= textilizable(@news.description) %>
12 11 <br />
13 12
@@ -29,4 +28,4
29 28 <%= text_area 'comment', 'comments', :cols => 60, :rows => 6 %>
30 29 <p><%= submit_tag l(:button_add) %></p>
31 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