diff options
Diffstat (limited to 'app/views/users/edit.html.erb')
| -rw-r--r-- | app/views/users/edit.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 63dfd9c..226e821 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb | |||
| @@ -14,11 +14,11 @@ | |||
| 14 | </tr> | 14 | </tr> |
| 15 | <tr> | 15 | <tr> |
| 16 | <td class="description">Password</td> | 16 | <td class="description">Password</td> |
| 17 | <td><%= f.text_field :password %></td> | 17 | <td><%= f.password_field :password %></td> |
| 18 | </tr> | 18 | </tr> |
| 19 | <tr> | 19 | <tr> |
| 20 | <td class="description">Confirm</td> | 20 | <td class="description">Confirm</td> |
| 21 | <td><%= f.text_field :password_confirmation %></td> | 21 | <td><%= f.password_field :password_confirmation %></td> |
| 22 | </tr> | 22 | </tr> |
| 23 | <% if current_user.admin? %> | 23 | <% if current_user.admin? %> |
| 24 | <tr> | 24 | <tr> |
