socialforge/app/views/common/_preview.html.erb

4 lines
159 B
Plaintext
Raw Normal View History

2013-08-01 10:33:49 +08:00
<fieldset class="preview"><legend><%= l(:label_preview) %></legend>
<%= textilizable @text, :attachments => @attachments, :object => @previewed %>
</fieldset>