You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_content.html.erb 264B

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