Sha256: c95b8a9357c159886bd7a0e901c00a3e4872df24c6a3a83d507773983480a742
Contents?: true
Size: 818 Bytes
Versions: 5
Compression:
Stored size: 818 Bytes
Contents
<%= error_messages_for 'user' %> <%= form_tag %> <p><label for="user_username">Username</label><br /><%= input('user', 'username') %></p> <p><label for="user_name">Name</label><br /><%= input('user', 'name') %></p> <p><%= check_box('user', 'is_admin') %> <label for="user_is_admin">Is Administrator</label></p> <p><%= check_box('user', 'allows_comment') %> <label for="user_allows_comment">Allow Comments</label></p> <p><label for="user_password">Password</label><br /><%= input('user', 'password') %></p> <p><label for="user_password_confirmation">Confirm Password</label><br /> <input type="password" id="user_password" name="user[password_confirmation]" size="30" /></p> <p><input type="submit" value="Add User" /></p> <%= end_form_tag %> <%= link_to 'Back', :controller => 'user', :action => 'list' %>
Version data entries
5 entries across 5 versions & 1 rubygems