summaryrefslogtreecommitdiffstats
path: root/app/views/common/_preview.html.erb
blob: ee22288c0cdf56c39226eb97268a6f92e0a84e45 (plain)
1
2
3
4
5
<% unless @text.blank? %>
  <%= textilizable @text, :attachments => @attachments, :object => @previewed %>
<% else	%>
  <p><%= l(:label_nothing_to_preview) %></p>
<% end %>