##// END OF EJS Templates
remove trailing white-spaces from app/views/issue_statuses/index.html.erb....
Toshi MARUYAMA -
r6219:767244db19b6
parent child
Show More
@@ -4,7 +4,7
4 </div>
4 </div>
5
5
6 <h2><%=l(:label_issue_status_plural)%></h2>
6 <h2><%=l(:label_issue_status_plural)%></h2>
7
7
8 <table class="list">
8 <table class="list">
9 <thead><tr>
9 <thead><tr>
10 <th><%=l(:field_status)%></th>
10 <th><%=l(:field_status)%></th>
@@ -16,7 +16,7
16 <th><%=l(:button_sort)%></th>
16 <th><%=l(:button_sort)%></th>
17 <th></th>
17 <th></th>
18 </tr></thead>
18 </tr></thead>
19 <tbody>
19 <tbody>
20 <% for status in @issue_statuses %>
20 <% for status in @issue_statuses %>
21 <tr class="<%= cycle("odd", "even") %>">
21 <tr class="<%= cycle("odd", "even") %>">
22 <td><%= link_to h(status.name), :action => 'edit', :id => status %></td>
22 <td><%= link_to h(status.name), :action => 'edit', :id => status %></td>
General Comments 0
You need to be logged in to leave comments. Login now