Browse Source

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
tags/1.3.0
Toshi MARUYAMA 13 years ago
parent
commit
767244db19
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      app/views/issue_statuses/index.html.erb

+ 2
- 2
app/views/issue_statuses/index.html.erb 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>

Loading…
Cancel
Save