To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / groups / _form.html.erb @ 912:5e80956cc792

History | View | Annotate | Download (243 Bytes)

1 909:cbb26bc654de Chris
<%= f.error_messages %>
2 0:513646585e45 Chris
3
<div class="box tabular">
4 909:cbb26bc654de Chris
  <p><%= f.text_field :lastname, :label => :field_name %></p>
5
  <% @group.custom_field_values.each do |value| %>
6
    <p><%= custom_field_tag_with_label :group, value %></p>
7 0:513646585e45 Chris
  <% end %>
8
</div>