Mercurial > hg > soundsoftware-site
annotate .svn/pristine/70/704d62ca082e8b5f821e73abab011c473e6cfaf7.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
rev | line source |
---|---|
Chris@1295 | 1 <%= error_messages_for 'enumeration' %> |
Chris@1295 | 2 |
Chris@1295 | 3 <div class="box tabular"> |
Chris@1295 | 4 <p><%= f.text_field :name %></p> |
Chris@1295 | 5 <p><%= f.check_box :active %></p> |
Chris@1295 | 6 <p><%= f.check_box :is_default %></p> |
Chris@1295 | 7 |
Chris@1295 | 8 <% @enumeration.custom_field_values.each do |value| %> |
Chris@1295 | 9 <p><%= custom_field_tag_with_label :enumeration, value %></p> |
Chris@1295 | 10 <% end %> |
Chris@1295 | 11 </div> |