mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7829 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
346 B
Plaintext
5 lines
346 B
Plaintext
<div class="wiki wiki-page">
|
|
<%= textilizable content, :text, :attachments => content.page.attachments,
|
|
:edit_section_links => (content.is_a?(WikiContent) && @editable && User.current.allowed_to?(:edit_wiki_pages, @page.project) && {:controller => 'wiki', :action => 'edit', :project_id => @page.project, :id => @page.title}) %>
|
|
</div>
|