Mercurial > hg > soundsoftware-site
comparison app/views/issues/_history.rhtml @ 22:40f7cfd4df19
* Update to SVN trunk rev 4173
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 24 Sep 2010 14:06:04 +0100 |
parents | 1d32c0a0efbf |
children | cbce1fd3b1b7 |
comparison
equal
deleted
inserted
replaced
14:1d32c0a0efbf | 22:40f7cfd4df19 |
---|---|
1 <% reply_links = authorize_for('issues', 'edit') -%> | 1 <% reply_links = authorize_for('issues', 'edit') -%> |
2 <% for journal in journals %> | 2 <% for journal in journals %> |
3 <div id="change-<%= journal.id %>" class="journal"> | 3 <div id="change-<%= journal.id %>" class="<%= journal.css_classes %>"> |
4 <h4><div class="journal-link"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div> | 4 <h4><div class="journal-link"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div> |
5 <%= avatar(journal.user, :size => "24") %> | 5 <%= avatar(journal.user, :size => "24") %> |
6 <%= content_tag('a', '', :name => "note-#{journal.indice}")%> | 6 <%= content_tag('a', '', :name => "note-#{journal.indice}")%> |
7 <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %></h4> | 7 <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %></h4> |
8 | 8 |