# HG changeset patch # User luisf # Date 1364313124 0 # Node ID 20fa40143c5725f13903ecb44930f26aa4a99e52 # Parent 045e5984313c06c549db93193262760f6a9f88f9 Added the info class to the tags field description label. diff -r 045e5984313c -r 20fa40143c57 plugins/redmine_tags/app/views/projects/_tags_form.html.erb --- a/plugins/redmine_tags/app/views/projects/_tags_form.html.erb Tue Mar 26 15:50:51 2013 +0000 +++ b/plugins/redmine_tags/app/views/projects/_tags_form.html.erb Tue Mar 26 15:52:04 2013 +0000 @@ -2,7 +2,7 @@

<%= f.text_field :tag_list, :label => :tags, :size => 60, :class => 'hol' %>
- <%= l(:text_tags_info) %> + <%= l(:text_tags_info) %>

<%= javascript_include_tag 'tags_input', :plugin => 'redmine_tags' %>