Show More
Commit Description:
- panel the main page...
Commit Description:
- panel the main page - bootstrapize user_admin
File last commit:
Show/Diff file:
Action:
app/views/user_admin/_form.html.erb | 25 lines | 739 B | text/plain | TextLexer |
<%= error_messages_for 'user' %>
<!--[form:user]-->
<p><label for="user_name">Login</label><br/>
<%= text_field 'user', 'login' %></p>
<p><label for="user_name">Full name</label><br/>
<%= text_field 'user', 'full_name' %></p>
<p><label for="password">Password</label><br/>
<%= password_field 'user', 'password' %></p>
<p><label for="password_confirmation">Password (confirm)</label><br/>
<%= password_field 'user', 'password_confirmation' %></p>
<p><label for="user_email">E-mail</label><br/>
<%= email_field 'user', 'email' %></p>
<p><label for="user_alias">Alias</label><br/>
<%= text_field 'user', 'alias' %></p>
<p><label for="user_remark">Remark</label><br/>
<%= text_field 'user', 'remark' %></p>
<!--[eoform:user]-->