Mercurial > hg > soundsoftware-site
changeset 1241:20fa40143c57 redmine-2.2-integration
Added the info class to the tags field description label.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 26 Mar 2013 15:52:04 +0000 |
parents | 045e5984313c |
children | 57d35f2f9909 |
files | plugins/redmine_tags/app/views/projects/_tags_form.html.erb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <div> <p id="project_tags"><%= f.text_field :tag_list, :label => :tags, :size => 60, :class => 'hol' %> <br /> - <em><%= l(:text_tags_info) %></em> + <em class="info"><%= l(:text_tags_info) %></em> </p> <div id="project_tag_candidates" class="autocomplete"></div> <%= javascript_include_tag 'tags_input', :plugin => 'redmine_tags' %>