Mercurial > hg > soundsoftware-site
comparison .svn/pristine/62/62603415bd84350f29cbd3264815f721e66cf85b.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 <% reply_links = authorize_for('issues', 'edit') -%> | |
2 <% for journal in journals %> | |
3 <div id="change-<%= journal.id %>" class="<%= journal.css_classes %>"> | |
4 <div id="note-<%= journal.indice %>"> | |
5 <h4><%= link_to "##{journal.indice}", {:anchor => "note-#{journal.indice}"}, :class => "journal-link" %> | |
6 <%= avatar(journal.user, :size => "24") %> | |
7 <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %></h4> | |
8 | |
9 <% if journal.details.any? %> | |
10 <ul class="details"> | |
11 <% details_to_strings(journal.details).each do |string| %> | |
12 <li><%= string %></li> | |
13 <% end %> | |
14 </ul> | |
15 <% end %> | |
16 <%= render_notes(issue, journal, :reply_links => reply_links) unless journal.notes.blank? %> | |
17 </div> | |
18 </div> | |
19 <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %> | |
20 <% end %> | |
21 | |
22 <% heads_for_wiki_formatter if User.current.allowed_to?(:edit_issue_notes, issue.project) || User.current.allowed_to?(:edit_own_issue_notes, issue.project) %> |