replace tabs to spaces at app/views/messages/_form.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7394 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
72777ebb7e
commit
0ba4548e6c
|
@ -13,7 +13,7 @@
|
|||
</p>
|
||||
|
||||
<% if !replying && !@message.new_record? && User.current.allowed_to?(:edit_messages, @project) %>
|
||||
<p><label><%= l(:label_board) %></label><br />
|
||||
<p><label><%= l(:label_board) %></label><br />
|
||||
<%= f.select :board_id, @project.boards.collect {|b| [b.name, b.id]} %></p>
|
||||
<% end %>
|
||||
|
||||
|
|
Loading…
Reference in New Issue