teensyweb/
teensyweb/app/models/
teensyweb/app/views/account/
teensyweb/app/views/layouts/
teensyweb/app/views/notifications/
teensyweb/app/views/repository/
teensyweb/config/
teensyweb/config/environments/
teensyweb/db/migrate/
teensyweb/doc/
teensyweb/lib/
teensyweb/public/images/
teensyweb/public/javascripts/
teensyweb/public/stylesheets/
teensyweb/script/
teensyweb/script/performance/
teensyweb/script/process/
teensyweb/test/
teensyweb/test/fixtures/
teensyweb/test/fixtures/notifications/
<div class="app">
<table>
<% @revisions.each do |rev| %>
  <tr>
    <td>
    <%= link_to(page_name, {:action => 'edit', :id => page_name, :rev => "#{rev.id}"}) %>
    <%= "rev: #{rev.id} time: #{rev.updated_at.asctime} comment: #{rev.comment}" %>
    </td>
  </tr>
<% end %>
</table>
</div>