Do not include news author in emphasis tag.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3425 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ea3e2b1121
commit
00cec500c6
|
@ -27,8 +27,8 @@
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<p><em><% unless @news.summary.blank? %><%=h @news.summary %><br /><% end %>
|
<p><% unless @news.summary.blank? %><em><%=h @news.summary %></em><br /><% end %>
|
||||||
<span class="author"><%= authoring @news.created_on, @news.author %></span></em></p>
|
<span class="author"><%= authoring @news.created_on, @news.author %></span></p>
|
||||||
<div class="wiki">
|
<div class="wiki">
|
||||||
<%= textilizable(@news.description) %>
|
<%= textilizable(@news.description) %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue