view app/views/issue_statuses/edit.html.erb @ 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 433d4f72a19b
children 261b3d9a4903
line wrap: on
line source
<h2><%= link_to l(:label_issue_status_plural), issue_statuses_path %> &#187; <%=h @issue_status %></h2>

<%= labelled_form_for @issue_status do |f| %>
  <%= render :partial => 'form', :locals => {:f => f} %>
  <%= submit_tag l(:button_save) %>
<% end %>