1 2 3 4 5
<% unless @text.blank? %> <%= textilizable @text, :attachments => @attachments, :object => @previewed %> <% else %> <p><%= l(:label_nothing_to_preview) %></p> <% end %>