@@ -13,7 +13,7 | |||||
13 | </p> |
|
13 | </p> | |
14 |
|
14 | |||
15 | <% if !replying && !@message.new_record? && User.current.allowed_to?(:edit_messages, @project) %> |
|
15 | <% if !replying && !@message.new_record? && User.current.allowed_to?(:edit_messages, @project) %> | |
16 |
|
|
16 | <p><label><%= l(:label_board) %></label><br /> | |
17 | <%= f.select :board_id, @project.boards.collect {|b| [b.name, b.id]} %></p> |
|
17 | <%= f.select :board_id, @project.boards.collect {|b| [b.name, b.id]} %></p> | |
18 | <% end %> |
|
18 | <% end %> | |
19 |
|
19 |
General Comments 0
You need to be logged in to leave comments.
Login now