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 />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue