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:
- 1266 Bytes
- Properties:
- Property svn:mergeinfo is set
1 | A <%= INSTITUTION_NAME_LONG %> web site account doesn't contain much information. It's really |
2 | just a way to make sure that things contributed to the site come from |
3 | real people, rather than advertisers. |
4 | |
5 | <p /> |
6 | All personal details stored in your account can be edited below, except for |
7 | your e-mail address. To change address, you must delete your old account and |
8 | create a new one. This is required so that the proper account activation |
9 | process is followed for any new e-mail address. |
10 | |
11 | <p /> |
12 | <%= error_messages_for :user %> |
13 | |
14 | <% form_tag do %> |
15 | <p /> |
16 | <table class="list" cellspacing="1" cellpadding="4" border="1" align="center" bgcolor="#ffffff"> |
17 | <tr> |
18 | <th bgcolor="#eeeeee" align="left"><label for="real_name">Real name</label></th> |
19 | <td><%= text_field_tag 'real_name', @real_name, :size => 40, :maxlength => 128 %></td> |
20 | </tr> |
21 | </table> |
22 | |
23 | <p align="center" /> |
24 | <%= submit_tag('Update') %> |
25 | <% end %> |
26 | |
27 | <p /> |
28 | If you don't want to do this, you can |
29 | <%= link_to 'go back to the control panel', :controller => 'tasks', :action => 'index' %> |
30 | instead. |