annotate .svn/pristine/6a/6a60898740de505326813cfa3f1724d25fce3f5e.svn-base @ 1524:82fac3dcf466
redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Thu, 11 Sep 2014 10:24:38 +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 » <%= link_to l(@custom_field.type_name), :controller => 'custom_fields', :action => 'index', :tab => @custom_field.class.name %>
|
Chris@909
|
3 » <%=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 %>
|