選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

_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>