mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 09:21:12 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@17541 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
194 B
Plaintext
5 lines
194 B
Plaintext
<% unless @text.blank? %>
|
|
<%= textilizable @text, :attachments => @attachments, :object => @previewed %>
|
|
<% else %>
|
|
<p class="empty-preview"><%= l(:label_nothing_to_preview) %></p>
|
|
<% end %> |