Mercurial > hg > soundsoftware-site
changeset 1240:045e5984313c redmine-2.2-integration
Added a few more css classes to the rest of the new Project view.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 26 Mar 2013 15:50:51 +0000 |
parents | e726dca6f7bd |
children | 20fa40143c57 |
files | app/views/projects/_form.html.erb |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/projects/_form.html.erb Tue Mar 26 15:48:46 2013 +0000 +++ b/app/views/projects/_form.html.erb Tue Mar 26 15:50:51 2013 +0000 @@ -19,7 +19,7 @@ <% end %></p> <p><%= f.text_field :homepage, :size => 60 %> <br /> - <em> <%= l(:text_project_homepage_info) %></em> + <em class="info"> <%= l(:text_project_homepage_info) %></em> </p> <p> <label for="project_is_public_1"><%= l(:field_public_or_private)%> <span class="required">*</span></label> @@ -34,7 +34,7 @@ <%= f.radio_button :is_public, 0, :checked => (initialised && !@project.is_public?) %> <%= l(:text_project_private_info) %> <br> - <em><%= l(:text_project_visibility_info) %></em> + <em class="info"><%= l(:text_project_visibility_info) %></em> </p> <%= wikitoolbar_for 'project_description' %>