replace tabs to spaces at app/views/projects/settings/_boards.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11634 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-03-15 14:58:00 +00:00
parent 3749e4eb98
commit 1dc94c65cb
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<% if User.current.allowed_to?(:manage_boards, @project) %>
<%= link_to l(:button_edit), edit_project_board_path(@project, board), :class => 'icon icon-edit' %>
<%= delete_link project_board_path(@project, board) %>
<% end %>
<% end %>
</td>
</tr>
<% end %>