Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 341
- Log:
Lots of changes to Hub to make it Rails 2.3.11 compatible. This is being
checked in as one large changeset because it doesn't really split down into
smaller components without having something that doesn't function in the
intermediate steps.
- Author:
- rool
- Date:
- Sat Mar 19 19:11:39 +0000 2011
- Size:
- 707 Bytes
- Properties:
- Property svn:mergeinfo is set
1 | <%= image_tag image_path('account/delete_confirm.png'), :size => '80x80', :alt => 'Delete confirmation', :align => 'left' %> |
2 | |
3 | If you are sure you want to delete your account, please use the |
4 | button below to confirm the action. Once deleted your account |
5 | cannot be recovered, except by creating a new account from scratch. |
6 | |
7 | <p /> |
8 | <%= button_to 'Yes, really delete my account!', :controller => 'account', :action => 'delete_confirm' %> |
9 | |
10 | <p /> |
11 | If you don't want to do this, you can |
12 | <%= link_to 'go back to the control panel', :controller => 'tasks', :action => 'index' %> |
13 | instead. |