]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/issues/_attributes.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 08:09:23 +0000 (08:09 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 08:09:23 +0000 (08:09 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7313 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_attributes.html.erb

index ba42b919ba638696810869c0f0cd97c0c96a7b43..02aba7c79e78de304f56c78c7ae066e1630f98aa 100644 (file)
 <p><%= f.select :category_id, (@project.issue_categories.collect {|c| [c.name, c.id]}), :include_blank => true %>
 <%= prompt_to_remote(image_tag('add.png', :style => 'vertical-align: middle;'),
                      l(:label_issue_category_new),
-                     'category[name]', 
+                     'category[name]',
                      {:controller => 'issue_categories', :action => 'new', :project_id => @project},
-                     :title => l(:label_issue_category_new), 
+                     :title => l(:label_issue_category_new),
                      :tabindex => 199) if authorize_for('issue_categories', 'new') %></p>
 <% end %>
 <% unless @issue.assignable_versions.empty? %>
 <p><%= f.select :fixed_version_id, version_options_for_select(@issue.assignable_versions, @issue.fixed_version), :include_blank => true %>
 <%= prompt_to_remote(image_tag('add.png', :style => 'vertical-align: middle;'),
                      l(:label_version_new),
-                     'version[name]', 
+                     'version[name]',
                      {:controller => 'versions', :action => 'create', :project_id => @project},
-                     :title => l(:label_version_new), 
+                     :title => l(:label_version_new),
                      :tabindex => 200) if authorize_for('versions', 'new') %>
 </p>
 <% end %>