From: Ira W. Snyder Date: Sat, 24 Nov 2007 09:21:19 +0000 (-0800) Subject: Add the addition of managerial duties to the add_user form X-Git-Tag: turned-in~42 X-Git-Url: https://www.irasnyder.com/gitweb/?a=commitdiff_plain;h=43745f29d581cad82adaa2071bfd97977ec502f6;p=cs356-p2-videostore.git Add the addition of managerial duties to the add_user form Signed-off-by: Ira W. Snyder --- diff --git a/app/views/login/add_user.rhtml b/app/views/login/add_user.rhtml index f76116a..5e57960 100644 --- a/app/views/login/add_user.rhtml +++ b/app/views/login/add_user.rhtml @@ -21,6 +21,11 @@ <%= form.password_field :password_confirmation, :size => 40 %>

+

+ + <%= form.select :manager, [true, false] %> +

+ <%= submit_tag "Add User", :class => "submit" %> <% end %>