diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-07-04 19:56:38 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-07-04 19:56:38 +0000 |
commit | 25d900c78791906c1a514f61b29ebddbe4647270 (patch) | |
tree | 436fa94259e0ed5931d8bf6d39e3e82ee2c3bf50 /app/views/wiki/show.rhtml | |
parent | e950c9db5af98a25675d7a1edd46bba742921423 (diff) | |
download | redmine-25d900c78791906c1a514f61b29ebddbe4647270.tar.gz redmine-25d900c78791906c1a514f61b29ebddbe4647270.zip |
Adds breadcrumb on all wiki page views.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6182 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/wiki/show.rhtml')
-rw-r--r-- | app/views/wiki/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/show.rhtml b/app/views/wiki/show.rhtml index 9b2f2de28..307633990 100644 --- a/app/views/wiki/show.rhtml +++ b/app/views/wiki/show.rhtml @@ -11,7 +11,7 @@ <%= link_to_if_authorized(l(:label_history), {:action => 'history', :id => @page.title}, :class => 'icon icon-history') %> </div> -<%= breadcrumb(@page.ancestors.reverse.collect {|parent| link_to h(parent.pretty_title), {:id => parent.title, :project_id => parent.project}}) %> +<%= wiki_page_breadcrumb(@page) %> <% if @content.version != @page.content.version %> <p> |