This website requires JavaScript.
Explore
Help
Sign In
kolan
/
obsolete.ChilliProject
Watch
1
Star
0
Fork
You've already forked obsolete.ChilliProject
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a8419c1425
obsolete.ChilliProject
/
app
/
views
/
wiki
/
_content.rhtml
4 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
A wiki page can now be attached to each version. For that, edit the version and set the wiki page name (project wiki must be enabled). The wiki page content is displayed for each version on the roadmap view. git-svn-id: http://redmine.rubyforge.org/svn/trunk@564 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-06-14 22:26:27 +04:00
<div class="wiki">
Improved Redmine links: * issue and changeset links generated only if the object exists * issue subject and status appear in the link title * strike issue link if issue is closed * red wiki page link if page doesn't exist * new icon for external links Wiki page cache had to be disabled. git-svn-id: http://redmine.rubyforge.org/svn/trunk@714 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-09-08 00:07:54 +04:00
<%= textilizable content.text, :attachments => content.page.attachments %>
A wiki page can now be attached to each version. For that, edit the version and set the wiki page name (project wiki must be enabled). The wiki page content is displayed for each version on the roadmap view. git-svn-id: http://redmine.rubyforge.org/svn/trunk@564 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-06-14 22:26:27 +04:00
</div>