Sha256: 52506f1138594548e32b154de113f1b84867002d9fbf5fc42e6cb983cc1e815d

Contents?: true

Size: 597 Bytes

Versions: 9

Compression:

Stored size: 597 Bytes

Contents

<h2>Permissions for <span><%= @membership.name %></span> on <%= current_account.name %></h2>

<%= render :partial => 'accounts/tab_bar' %>

<%= semantic_form_for @membership do |form| -%>
  <%= form.inputs do -%>
    <%= form.input :admin %>
    <%= form.input :projects, :as => :check_boxes, :collection => @projects %>
  <% end -%>
  <%= form.buttons do -%>
    <%= form.commit_button "Update" %>
    <li><%= link_to "Remove from account",
                    @membership,
                    :method  => :delete,
                    :confirm => "Are you sure?" %></li>
  <% end -%>
<% end -%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
saucy-0.1.13 app/views/memberships/edit.html.erb
saucy-0.1.12 app/views/memberships/edit.html.erb
saucy-0.1.11 app/views/memberships/edit.html.erb
saucy-0.1.9 app/views/memberships/edit.html.erb
saucy-0.1.8 app/views/memberships/edit.html.erb
saucy-0.1.7 app/views/memberships/edit.html.erb
saucy-0.1.6 app/views/memberships/edit.html.erb
saucy-0.1.5 app/views/memberships/edit.html.erb
saucy-0.1.4 app/views/memberships/edit.html.erb