Cross Reference: _form.html.haml
xref
: /
ontohub
/
app
/
views
/
team_users
/
_form.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
= form_for :team_user, :method => :put, :remote => true, :html => {:class => 'editTemplate'} do |f|
=
f.check_box
:admin, :id => "admin_%RANDOM%"
=
f.label
:admin, 'Admin privileges', :for => "admin_%RANDOM%"
= submit_tag "save"