diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 02:14:10 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 02:14:10 +0000 |
commit | 337900119c9ee3086347ba371c06ffed07228347 (patch) | |
tree | edb07885bd35661f7fd267e5ce81021784f500f3 /app/views/files | |
parent | f0daeae3fb4a2f90f0021af86aba709d56828d46 (diff) | |
download | redmine-337900119c9ee3086347ba371c06ffed07228347.tar.gz redmine-337900119c9ee3086347ba371c06ffed07228347.zip |
replace tabs to spaces at app/views/files/new.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7390 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/files')
-rw-r--r-- | app/views/files/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/files/new.html.erb b/app/views/files/new.html.erb index 8a3ae686d..100b3231d 100644 --- a/app/views/files/new.html.erb +++ b/app/views/files/new.html.erb @@ -7,7 +7,7 @@ <% if @versions.any? %> <p><label for="version_id"><%=l(:field_version)%></label> <%= select_tag "version_id", content_tag('option', '') + - options_from_collection_for_select(@versions, "id", "name") %></p> + options_from_collection_for_select(@versions, "id", "name") %></p> <% end %> <p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p> |