annotate .svn/pristine/70/704d62ca082e8b5f821e73abab011c473e6cfaf7.svn-base @ 1516:b450a9d58aed redmine-2.4

Update to Redmine SVN revision 13356 on 2.4-stable branch
author Chris Cannam
date Tue, 09 Sep 2014 09:28:31 +0100
parents 038ba2d95de8
children
rev   line source
Chris@1296 1 <%= error_messages_for 'enumeration' %>
Chris@1296 2
Chris@1296 3 <div class="box tabular">
Chris@1296 4 <p><%= f.text_field :name %></p>
Chris@1296 5 <p><%= f.check_box :active %></p>
Chris@1296 6 <p><%= f.check_box :is_default %></p>
Chris@1296 7
Chris@1296 8 <% @enumeration.custom_field_values.each do |value| %>
Chris@1296 9 <p><%= custom_field_tag_with_label :enumeration, value %></p>
Chris@1296 10 <% end %>
Chris@1296 11 </div>