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:
parent
571d316b13
commit
0880096162
|
@ -1,6 +1,7 @@
|
||||||
<h2><%= link_to h(@board.name), :controller => 'boards',
|
<%= breadcrumb link_to(l(:label_board_plural), project_boards_path(@project)),
|
||||||
:action => 'show', :project_id => @project,
|
link_to(h(@board.name), project_board_path(@project, @board)) %>
|
||||||
:id => @board %> » <%= h @message.subject %></h2>
|
|
||||||
|
<h2><%= avatar(@topic.author, :size => "24") %><%=h @topic.subject %></h2>
|
||||||
|
|
||||||
<%= form_for @message, {
|
<%= form_for @message, {
|
||||||
:as => :message,
|
:as => :message,
|
||||||
|
|
Loading…
Reference in New Issue