Same heading on message edit/show views.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10103 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-07-28 17:00:45 +00:00
parent 571d316b13
commit 0880096162
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
<h2><%= link_to h(@board.name), :controller => 'boards',
:action => 'show', :project_id => @project,
:id => @board %> &#187; <%= h @message.subject %></h2>
<%= breadcrumb link_to(l(:label_board_plural), project_boards_path(@project)),
link_to(h(@board.name), project_board_path(@project, @board)) %>
<h2><%= avatar(@topic.author, :size => "24") %><%=h @topic.subject %></h2>
<%= form_for @message, {
:as => :message,