##// END OF EJS Templates
Use #blank? instead of #empty? in news/show view....
Jean-Philippe Lang -
r1292:5ccbeba5c2fe
parent child
Show More
@@ -25,7 +25,7
25 <div id="preview" class="wiki"></div>
25 <div id="preview" class="wiki"></div>
26 </div>
26 </div>
27
27
28 <p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %>
28 <p><em><% unless @news.summary.blank? %><%=h @news.summary %><br /><% end %>
29 <span class="author"><%= authoring @news.created_on, @news.author %></span></em></p>
29 <span class="author"><%= authoring @news.created_on, @news.author %></span></em></p>
30 <div class="wiki">
30 <div class="wiki">
31 <%= textilizable(@news.description) %>
31 <%= textilizable(@news.description) %>
General Comments 0
You need to be logged in to leave comments. Login now