remove trailing white-spaces from app/views/issue_statuses/index.html.erb.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6339 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-02 12:37:25 +00:00
parent f9c36d82a1
commit 767244db19
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
</div>
<h2><%=l(:label_issue_status_plural)%></h2>
<table class="list">
<thead><tr>
<th><%=l(:field_status)%></th>
@ -16,7 +16,7 @@
<th><%=l(:button_sort)%></th>
<th></th>
</tr></thead>
<tbody>
<tbody>
<% for status in @issue_statuses %>
<tr class="<%= cycle("odd", "even") %>">
<td><%= link_to h(status.name), :action => 'edit', :id => status %></td>