To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / wiki / _content.html.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (264 Bytes)

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>