OSDN Git Service

added svn:eol-style native property on /app files
[redminele/redmine.git] / app / views / trackers / list.rhtml
index a12e508..05408a1 100644 (file)
@@ -6,7 +6,7 @@
 
 <table class="list">
   <thead><tr>
-  <th><%=l(:label_tracker)%></th>\r
+  <th><%=l(:label_tracker)%></th>
   <th><%=l(:button_sort)%></th>
   <th></th>
   </tr></thead>
     <%= link_to image_tag('2downarrow.png', :alt => l(:label_sort_lowest)), {:action => 'move', :id => tracker, :position => 'lowest'}, :method => :post, :title => l(:label_sort_lowest) %>
   </td>
   <td align="center">
-    <%= button_to l(:button_delete), { :action => 'destroy', :id => tracker }, :confirm => l(:text_are_you_sure), :class => "button-small" %>\r
+    <%= button_to l(:button_delete), { :action => 'destroy', :id => tracker }, :confirm => l(:text_are_you_sure), :class => "button-small" %>
   </td>
   </tr>
 <% end %>
   </tbody>
 </table>
-\r
+
 <%= pagination_links_full @tracker_pages %>
\ No newline at end of file