]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/files/new.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 02:14:10 +0000 (02:14 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 02:14:10 +0000 (02:14 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7390 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/files/new.html.erb

index 8a3ae686d8c670960a5d2ab53429562b7c5b0d66..100b3231d7bbf6804cbc4254810ce6734f55fa30 100644 (file)
@@ -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>