diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-27 18:41:42 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-27 18:41:42 +0000 |
commit | b9e380c9febe08a0332e785299f6dcc495463a3e (patch) | |
tree | 74cfb2a039f2f73503748b11981efa859c77e332 /app/views/boards | |
parent | 89602004098de22c59e668ad814969f5f12cd80b (diff) | |
download | redmine-b9e380c9febe08a0332e785299f6dcc495463a3e.tar.gz redmine-b9e380c9febe08a0332e785299f6dcc495463a3e.zip |
Add breadcrumb nav for the forums (#892).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1299 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/boards')
-rw-r--r-- | app/views/boards/show.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/boards/show.rhtml b/app/views/boards/show.rhtml index 54645622e..26d17ae56 100644 --- a/app/views/boards/show.rhtml +++ b/app/views/boards/show.rhtml @@ -1,3 +1,5 @@ +<%= breadcrumb link_to(l(:label_board_plural), {:controller => 'boards', :action => 'index', :project_id => @project}) %> + <div class="contextual"> <%= link_to_if_authorized l(:label_message_new), {:controller => 'messages', :action => 'new', :board_id => @board}, |