diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 02:45:26 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 02:45:26 +0000 |
commit | 8257e6b62b98db9245313bad02db1c9f3a6680bf (patch) | |
tree | d5f4ccdacd2291e3120c51e7da2ffe4e674363bc /app/views/versions/_overview.html.erb | |
parent | 0ba4548e6c62f011b7a8ffac4553ef2a1a47544b (diff) | |
download | redmine-8257e6b62b98db9245313bad02db1c9f3a6680bf.tar.gz redmine-8257e6b62b98db9245313bad02db1c9f3a6680bf.zip |
replace tabs to spaces at app/views/versions/_overview.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7395 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/versions/_overview.html.erb')
-rw-r--r-- | app/views/versions/_overview.html.erb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/versions/_overview.html.erb b/app/views/versions/_overview.html.erb index 550cf3e78..4fc610422 100644 --- a/app/views/versions/_overview.html.erb +++ b/app/views/versions/_overview.html.erb @@ -6,11 +6,11 @@ <p><%=h version.description %></p> <ul> - <% version.custom_values.each do |custom_value| %> - <% if !custom_value.value.blank? %> - <li><%=h custom_value.custom_field.name %>: <%=h show_value(custom_value) %></li> - <% end %> - <% end %> + <% version.custom_values.each do |custom_value| %> + <% if !custom_value.value.blank? %> + <li><%=h custom_value.custom_field.name %>: <%=h show_value(custom_value) %></li> + <% end %> + <% end %> </ul> <% if version.fixed_issues.count > 0 %> |