@@ -44,6 +44,8 class IssuesController < ApplicationController | |||
|
44 | 44 | include AttachmentsHelper |
|
45 | 45 | helper :queries |
|
46 | 46 | include QueriesHelper |
|
47 | helper :repositories | |
|
48 | include RepositoriesHelper | |
|
47 | 49 | helper :sort |
|
48 | 50 | include SortHelper |
|
49 | 51 | include IssuesHelper |
@@ -1,7 +1,7 | |||
|
1 | 1 | <% changesets.each do |changeset| %> |
|
2 | 2 | <div class="changeset <%= cycle('odd', 'even') %>"> |
|
3 |
<p><%= link_to( |
|
|
4 | :controller => 'repositories', :action => 'revision', :id => changeset.project, :rev => changeset.revision) %><br /> | |
|
3 | <p><%= link_to_revision(changeset, changeset.project, | |
|
4 | :text => "#{l(:label_revision)} #{changeset.format_identifier}") %><br /> | |
|
5 | 5 | <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p> |
|
6 | 6 | <div class="changeset-changes"> |
|
7 | 7 | <%= textilizable(changeset, :comments) %> |
General Comments 0
You need to be logged in to leave comments.
Login now