socialforge/app/views/wiki/_content.html.erb

6 lines
266 B
Plaintext
Raw Normal View History

2015-04-16 00:30:23 +08:00
<%= textAreailizable content, :text, :attachments => content.page.attachments,
2013-08-01 10:33:49 +08:00
:edit_section_links => (@sections_editable && {:controller => 'wiki', :action => 'edit', :project_id => @page.project, :id => @page.title}) %>
2015-04-16 00:30:23 +08:00
2014-08-12 11:22:37 +08:00
<%#= content.text.html_safe %>
2015-04-16 00:30:23 +08:00