##// END OF EJS Templates
replace tabs to spaces at app/views/messages/_form.html.erb...
Toshi MARUYAMA -
r7274:0ba4548e6c62
parent child
Show More
@@ -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 <p><label><%= l(:label_board) %></label><br />
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