Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 24
- Log:
Initial import of Collaboa 0.5.6 from downloaded Tarball. Collaboa is
a Ruby On Rails based bug tracker and SVN repository browsing tool.
- Author:
- adh
- Date:
- Mon Jul 24 21:54:39 +0100 2006
- Size:
- 224 Bytes
1 | <% @page_title = 'Logged out' %> |
2 | |
3 | <div id="content"> |
4 | <h1>Logged out</h1> |
5 | <div class="memo"> |
6 | <p>You are now logged out of the system...</p> |
7 | |
8 | <%= link_to "« login", :action=>"login"%> |
9 | |
10 | </div> |
11 | |
12 | </div> |