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