summaryrefslogtreecommitdiff
path: root/app/views/users/edit.html.erb
diff options
context:
space:
mode:
authorhukl <hukl@eyelyn.local>2009-11-10 22:47:22 +0100
committerhukl <hukl@eyelyn.local>2009-11-10 22:47:22 +0100
commit7e2375dedfd8361212bc5b0055bdeb042010ffca (patch)
tree9c33c647cfbc6a39f7dd538dd23a6583adac40cb /app/views/users/edit.html.erb
parenta150d9893e85d8f0e026b926768986f744f16eee (diff)
parentde0647b6b5af45037b75c4e2ddb32d6aed752233 (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.erb4
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>