Chris@909:
<%= link_to l(:label_custom_field_plural), :controller => 'custom_fields', :action => 'index' %>
Chris@909: » <%= link_to l(@custom_field.type_name), :controller => 'custom_fields', :action => 'index', :tab => @custom_field.class.name %>
Chris@0: » <%=h @custom_field.name %>
Chris@0:
Chris@1115: <%= labelled_form_for :custom_field, @custom_field, :url => custom_field_path(@custom_field), :html => {:method => :put, :id => 'custom_field_form'} do |f| %>
Chris@0: <%= render :partial => 'form', :locals => { :f => f } %>
Chris@0: <%= submit_tag l(:button_save) %>
Chris@0: <% end %>