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

4 lines
161 B
Plaintext
Raw Normal View History

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