Sha256: 8dd85d1679e7fdf925d949a03f81c4964c912546c40d94e98318b2156e50efe2
Contents?: true
Size: 510 Bytes
Versions: 3
Compression:
Stored size: 510 Bytes
Contents
<h2>Permissions for <span><%= @user.name %></span> on <%= current_account.name %></h2> <%= render :partial => 'accounts/tab_bar' %> <%= semantic_form_for @user, :as => :permissions, :url => account_user_permissions_path(current_account, @user) do |form| -%> <%= form.inputs do -%> <%= form.input :projects, :as => :check_boxes, :collection => @projects %> <% end -%> <%= form.buttons do -%> <%= form.commit_button "Update" %> <% end -%> <% end -%>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
saucy-0.1.3 | app/views/permissions/edit.html.erb |
saucy-0.1.2 | app/views/permissions/edit.html.erb |
saucy-0.1.1 | app/views/permissions/edit.html.erb |