view app/views/groups/.svn/text-base/_form.html.erb.svn-base @ 1173:5d3fb66f9ae4 bug_371

Close obsolete branch bug_371
author Chris Cannam
date Fri, 03 Feb 2012 15:02:13 +0000
parents 513646585e45
children
line wrap: on
line source
<%= error_messages_for :group %>

<div class="box tabular">
	<p><%= f.text_field :lastname, :label => :field_name %></p>
	<% @group.custom_field_values.each do |value| %>
	<p><%= custom_field_tag_with_label :group, value %></p>
  <% end %>
</div>