blob: 60b6a7452fc0b62aed04ad3239c027aba4521104 (
plain)
1
2
3
4
|
<div class="wiki wiki-page">
<%= textilizable content, :text, :attachments => content.page.attachments,
:edit_section_links => (@sections_editable && {:controller => 'wiki', :action => 'edit', :project_id => @page.project, :id => @page.title}) %>
</div>
|