From: Jean-Philippe Lang Date: Sat, 28 Jul 2012 17:00:45 +0000 (+0000) Subject: Same heading on message edit/show views. X-Git-Tag: 2.1.0~220 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0880096162a37ace2cad96e88b49147e3e9ba5ac;p=redmine.git Same heading on message edit/show views. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10103 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/messages/edit.html.erb b/app/views/messages/edit.html.erb index 6371b5c45..fdea28e87 100644 --- a/app/views/messages/edit.html.erb +++ b/app/views/messages/edit.html.erb @@ -1,6 +1,7 @@ -

<%= link_to h(@board.name), :controller => 'boards', - :action => 'show', :project_id => @project, - :id => @board %> » <%= h @message.subject %>

+<%= breadcrumb link_to(l(:label_board_plural), project_boards_path(@project)), + link_to(h(@board.name), project_board_path(@project, @board)) %> + +

<%= avatar(@topic.author, :size => "24") %><%=h @topic.subject %>

<%= form_for @message, { :as => :message,