mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-25 01:41:14 +00:00
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17521 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
172 B
Plaintext
5 lines
172 B
Plaintext
<% unless @text.blank? %>
|
|
<%= textilizable @text, :attachments => @attachments, :object => @previewed %>
|
|
<% else %>
|
|
<p><%= l(:label_nothing_to_preview) %></p>
|
|
<% end %> |