Removes useless class.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3117 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/351/head
Jean-Philippe Lang 15 years ago
parent 184aae5bf2
commit f5f26a44c1
  1. 1
      app/views/issues/_attributes.rhtml

@ -15,7 +15,6 @@
l(:label_issue_category_new), l(:label_issue_category_new),
'category[name]', 'category[name]',
{:controller => 'projects', :action => 'add_issue_category', :id => @project}, {:controller => 'projects', :action => 'add_issue_category', :id => @project},
:class => 'small',
:title => l(:label_issue_category_new), :title => l(:label_issue_category_new),
:tabindex => 199) if authorize_for('projects', 'add_issue_category') %></p> :tabindex => 199) if authorize_for('projects', 'add_issue_category') %></p>
<% end %> <% end %>

Loading…
Cancel
Save