Sha256: 258742f9514937b71f2623977e3d81b60165a96162ea519f88abc0426b657137

Contents?: true

Size: 856 Bytes

Versions: 15

Compression:

Stored size: 856 Bytes

Contents

<%= form_for(@groups_user) do |f| %>
  <% if @groups_user.errors.any? %>
    <div id="error_explanation">
      <h2><%= pluralize(@groups_user.errors.count, "error") %> prohibited this groups_user from being saved:</h2>

      <ul>
        <% @groups_user.errors.full_messages.each do |msg| %>
          <li><%= msg %></li>
        <% end %>
      </ul>
    </div>
  <% end %>

  <div class="row">
    <%= f.label 'Group' %>
    <div class="input uneditable-input">
      <%= @groups_user.group.name %>
    </div>
  </div>
  <div class="row">
    <%= f.label 'User' %>
    <div class="input uneditable-input">
      <%= @groups_user.user.name %>
    </div>
  </div>
  <div class="row">
    <%= f.label :granted %>
    <div class="input">
      <%= f.check_box :granted %>
    </div>
  </div>

  <div class="actions">
    <%= f.submit %>
  </div>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gb_mapfish_appserver-0.8.7 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.8.6 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.8.5 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.8.4 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.8.3 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.8.2 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.8.1 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.8.0 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.0.7 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.0.6 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.0.5 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.0.4 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.0.3 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.0.2 app/views/groups_users/_form.html.erb
gb_mapfish_appserver-0.0.1 app/views/groups_users/_form.html.erb