annotate .svn/pristine/6a/6a60898740de505326813cfa3f1724d25fce3f5e.svn-base @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 <h2><%= link_to l(:label_custom_field_plural), :controller => 'custom_fields', :action => 'index' %>
Chris@909 2 &#187; <%= link_to l(@custom_field.type_name), :controller => 'custom_fields', :action => 'index', :tab => @custom_field.class.name %>
Chris@909 3 &#187; <%=h @custom_field.name %></h2>
Chris@909 4
Chris@909 5 <% labelled_tabular_form_for :custom_field, @custom_field, :url => { :action => "edit", :id => @custom_field } do |f| %>
Chris@909 6 <%= render :partial => 'form', :locals => { :f => f } %>
Chris@909 7 <%= submit_tag l(:button_save) %>
Chris@909 8 <% end %>