diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-02 12:37:25 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-02 12:37:25 +0000 |
commit | 767244db19b6b398da31cd128947b2a49451e17b (patch) | |
tree | a4a72a78e6a406b87e74b491974c24fc92af6c72 /app/views/issue_statuses | |
parent | f9c36d82a1b6801f95e609918ee6f2b418b41272 (diff) | |
download | redmine-767244db19b6b398da31cd128947b2a49451e17b.tar.gz redmine-767244db19b6b398da31cd128947b2a49451e17b.zip |
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
Diffstat (limited to 'app/views/issue_statuses')
-rw-r--r-- | app/views/issue_statuses/index.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/issue_statuses/index.html.erb b/app/views/issue_statuses/index.html.erb index 9b6a552f7..0d3c1503a 100644 --- a/app/views/issue_statuses/index.html.erb +++ b/app/views/issue_statuses/index.html.erb @@ -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> |