Skip to content

Commit fe5cc9c

Browse files
author
root
committed
fix diff view
1 parent 6e8c5ab commit fe5cc9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/redmine_git_hosting/patches/repositories_controller_patch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def diff_with_options
152152
@changeset = @repository.find_changeset_by_name @rev
153153
@changeset_to = @rev_to ? @repository.find_changeset_by_name(@rev_to) : nil
154154
@diff_format_revisions = @repository.diff_format_revisions @changeset, @changeset_to
155-
render :diff, formats: :html, layout: 'base.html.erb'
155+
render :diff, formats: :html, layout: 'base'
156156
end
157157
end
158158
end

0 commit comments

Comments
 (0)