Add the addition of managerial duties to the add_user form
authorIra W. Snyder <devel@irasnyder.com>
Sat, 24 Nov 2007 09:21:19 +0000 (01:21 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Sat, 24 Nov 2007 09:21:19 +0000 (01:21 -0800)
Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
app/views/login/add_user.rhtml

index f76116a..5e57960 100644 (file)
         <%= form.password_field :password_confirmation, :size => 40 %>
       </p>
 
+      <p>
+        <label for="user_manager">Manager:</label>
+        <%= form.select :manager, [true, false] %>
+      </p>
+
       <%= submit_tag "Add User", :class => "submit" %>
 
     <% end %>