diff options
| author | hukl <contact@smyck.org> | 2009-10-20 17:47:31 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-20 17:47:38 +0200 |
| commit | dd60eb392d2c1a4fa616b4a22083742314a99e9a (patch) | |
| tree | 52eadb9b04ee6cf6548b0bda45cfd45445c417bc /app/views/users/edit.html.erb | |
| parent | cdf1e60f63ea1bbe819d91ca8f1e3be8c71f247e (diff) | |
basic user editing
Diffstat (limited to 'app/views/users/edit.html.erb')
| -rw-r--r-- | app/views/users/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 5b73242..dae13ce 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | </tr> | 24 | </tr> |
| 25 | <tr> | 25 | <tr> |
| 26 | <td class="description"></td> | 26 | <td class="description"></td> |
| 27 | <td class="right"><%= f.submit "Create" %></td> | 27 | <td class="right"><%= f.submit "Update" %></td> |
| 28 | </tr> | 28 | </tr> |
| 29 | </table> | 29 | </table> |
| 30 | <% end %> \ No newline at end of file | 30 | <% end %> \ No newline at end of file |
