diff options
| author | hukl <hukl@eyelyn.local> | 2009-11-10 22:47:22 +0100 |
|---|---|---|
| committer | hukl <hukl@eyelyn.local> | 2009-11-10 22:47:22 +0100 |
| commit | 7e2375dedfd8361212bc5b0055bdeb042010ffca (patch) | |
| tree | 9c33c647cfbc6a39f7dd538dd23a6583adac40cb /app/views/users/edit.html.erb | |
| parent | a150d9893e85d8f0e026b926768986f744f16eee (diff) | |
| parent | de0647b6b5af45037b75c4e2ddb32d6aed752233 (diff) | |
Merge branch 'master' of github.com:hukl/cccms
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> |
