To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / issues / .svn / text-base / _history.rhtml.svn-base @ 442:753f1380d6bc
History | View | Annotate | Download (1019 Bytes)
| 1 | 0:513646585e45 | Chris | <% reply_links = authorize_for('issues', 'edit') -%>
|
|---|---|---|---|
| 2 | <% for journal in journals %> |
||
| 3 | 22:40f7cfd4df19 | chris | <div id="change-<%= journal.id %>" class="<%= journal.css_classes %>"> |
| 4 | 14:1d32c0a0efbf | Chris | <h4><div class="journal-link"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div>
|
| 5 | 0:513646585e45 | Chris | <%= avatar(journal.user, :size => "24") %> |
| 6 | <%= content_tag('a', '', :name => "note-#{journal.indice}")%>
|
||
| 7 | <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %></h4> |
||
| 8 | |||
| 9 | <% if journal.details.any? %> |
||
| 10 | <ul class="details"> |
||
| 11 | <% for detail in journal.details %> |
||
| 12 | <li><%= show_detail(detail) %></li> |
||
| 13 | <% end %> |
||
| 14 | </ul> |
||
| 15 | <% end %> |
||
| 16 | <%= render_notes(issue, journal, :reply_links => reply_links) unless journal.notes.blank? %> |
||
| 17 | </div> |
||
| 18 | <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %>
|
||
| 19 | <% end %> |
||
| 20 | 441:cbce1fd3b1b7 | Chris | |
| 21 | <% heads_for_wiki_formatter if User.current.allowed_to?(:edit_issue_notes, issue.project) || User.current.allowed_to?(:edit_own_issue_notes, issue.project) %> |