summaryrefslogtreecommitdiffstats
path: root/app/views/wiki
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-12 18:27:02 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-12 18:27:02 +0000
commit14238907354a6d4c0960556f2f48811119dc11c9 (patch)
tree8d71582c7fd717a7abc1b61e78a07620649498f6 /app/views/wiki
parentb8b35ab05f70e6edd524397d2fb0dca3630fa840 (diff)
downloadredmine-14238907354a6d4c0960556f2f48811119dc11c9.tar.gz
redmine-14238907354a6d4c0960556f2f48811119dc11c9.zip
Adds an option to #render_page_hierarchy to add timestamp titles.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5099 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/wiki')
-rw-r--r--app/views/wiki/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/index.html.erb b/app/views/wiki/index.html.erb
index 7e7155fda..5f962468a 100644
--- a/app/views/wiki/index.html.erb
+++ b/app/views/wiki/index.html.erb
@@ -8,7 +8,7 @@
<p class="nodata"><%= l(:label_no_data) %></p>
<% end %>
-<%= render_page_hierarchy(@pages_by_parent_id) %>
+<%= render_page_hierarchy(@pages_by_parent_id, nil, :timestamp => true) %>
<% content_for :sidebar do %>
<%= render :partial => 'sidebar' %>