Removed a line break on news/show
git-svn-id: http://redmine.rubyforge.org/svn/trunk@594 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fcefdb22bf
commit
6edfcd83c1
@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
<p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %>
|
<p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %>
|
||||||
<%= @news.author.name %>, <%= format_time(@news.created_on) %></em></p>
|
<%= @news.author.name %>, <%= format_time(@news.created_on) %></em></p>
|
||||||
<br />
|
|
||||||
<%= textilizable(@news.description) %>
|
<%= textilizable(@news.description) %>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
@ -29,4 +28,4 @@
|
|||||||
<%= text_area 'comment', 'comments', :cols => 60, :rows => 6 %>
|
<%= text_area 'comment', 'comments', :cols => 60, :rows => 6 %>
|
||||||
<p><%= submit_tag l(:button_add) %></p>
|
<p><%= submit_tag l(:button_add) %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user