summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2022-10-02 12:48:19 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2022-10-02 12:48:19 +0000
commit66db167225f6daa747df61de10293f9a8f4662c1 (patch)
treea99f71052dae261a5c46789e3c19b428c5d185cb /app
parentbf161ee2335cc39c4e19ef72a9b4674f690d601a (diff)
downloadredmine-66db167225f6daa747df61de10293f9a8f4662c1.tar.gz
redmine-66db167225f6daa747df61de10293f9a8f4662c1.zip
Merge r21886 to 5.0-stable (#37626).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21887 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/controllers/repositories_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/repositories_controller.rb b/app/controllers/repositories_controller.rb
index 003fb3b6c..0493d587e 100644
--- a/app/controllers/repositories_controller.rb
+++ b/app/controllers/repositories_controller.rb
@@ -286,7 +286,7 @@ class RepositoriesController < ApplicationController
@changeset = @repository.find_changeset_by_name(@rev)
@changeset_to = @rev_to ? @repository.find_changeset_by_name(@rev_to) : nil
@diff_format_revisions = @repository.diff_format_revisions(@changeset, @changeset_to)
- # ToDo: Fix DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated
+ # TODO: Fix DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated
render :diff, :formats => :html, :layout => 'base.html.erb'
end
end