Mercurial > hg > soundsoftware-site
comparison app/views/issues/_history.rhtml @ 14:1d32c0a0efbf
* Update to SVN trunk (revisions 3892-4040)
author | Chris Cannam |
---|---|
date | Wed, 25 Aug 2010 16:30:24 +0100 |
parents | 513646585e45 |
children | 40f7cfd4df19 |
comparison
equal
deleted
inserted
replaced
4:9cc62779c13a | 14:1d32c0a0efbf |
---|---|
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"> |
4 <h4><div style="float:right;"><%= 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 |
9 <% if journal.details.any? %> | 9 <% if journal.details.any? %> |