Mercurial > hg > soundsoftware-site
view app/views/issues/_history.rhtml @ 862:9e5828c6e55d bug_169
Close obsolete branch bug_169
author | Chris Cannam |
---|---|
date | Tue, 07 Jun 2011 13:31:44 +0100 |
parents | 40f7cfd4df19 |
children | cbce1fd3b1b7 |
line wrap: on
line source
<% reply_links = authorize_for('issues', 'edit') -%> <% for journal in journals %> <div id="change-<%= journal.id %>" class="<%= journal.css_classes %>"> <h4><div class="journal-link"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div> <%= avatar(journal.user, :size => "24") %> <%= content_tag('a', '', :name => "note-#{journal.indice}")%> <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %></h4> <% if journal.details.any? %> <ul class="details"> <% for detail in journal.details %> <li><%= show_detail(detail) %></li> <% end %> </ul> <% end %> <%= render_notes(issue, journal, :reply_links => reply_links) unless journal.notes.blank? %> </div> <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %> <% end %>