Browse Source

Removes useless class.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3117 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/0.9.0
Jean-Philippe Lang 14 years ago
parent
commit
f5f26a44c1
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      app/views/issues/_attributes.rhtml

+ 0
- 1
app/views/issues/_attributes.rhtml View File

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

Loading…
Cancel
Save