suitepro/app/views/common/_preview.html.erb
2020-11-22 21:20:06 +01:00

5 lines
No EOL
194 B
Text

<% unless @text.blank? %>
<%= textilizable @text, :attachments => @attachments, :object => @previewed %>
<% else %>
<p class="empty-preview"><%= l(:label_nothing_to_preview) %></p>
<% end %>