diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 23:04:41 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 23:04:41 +0000 |
commit | 23fa3ac8c34ec64e63f882d8a6fb299016fbc70b (patch) | |
tree | 3bb343e9b4a95ff3ab2d31842ab26b2370722cba /app/views/versions | |
parent | b589e35cfb1a613eecdd6c614b6ba7653ae98886 (diff) | |
download | redmine-23fa3ac8c34ec64e63f882d8a6fb299016fbc70b.tar.gz redmine-23fa3ac8c34ec64e63f882d8a6fb299016fbc70b.zip |
replace tabs to spaces at app/views/versions/_form.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7354 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/versions')
-rw-r--r-- | app/views/versions/_form.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/versions/_form.html.erb b/app/views/versions/_form.html.erb index 61bba046c..7e95dca0e 100644 --- a/app/views/versions/_form.html.erb +++ b/app/views/versions/_form.html.erb @@ -10,7 +10,7 @@ <p><%= f.select :sharing, @version.allowed_sharings.collect {|v| [format_version_sharing(v), v]} %></p> <% @version.custom_field_values.each do |value| %> - <p><%= custom_field_tag_with_label :version, value %></p> + <p><%= custom_field_tag_with_label :version, value %></p> <% end %> </div> |