From 18463cad4d81266266cd72db3da898b0f1876b95 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 18 Dec 2016 09:35:43 +0000 Subject: [PATCH] Typo: s/changset-comments/changeset-comments/ (#22758, #24604). git-svn-id: http://svn.redmine.org/redmine/trunk@16091 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/_changesets.html.erb | 2 +- app/views/repositories/_changeset.html.erb | 2 +- public/stylesheets/application.css | 2 +- test/functional/repositories_controller_test.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/issues/_changesets.html.erb b/app/views/issues/_changesets.html.erb index 0e963fcf8..9e172c712 100644 --- a/app/views/issues/_changesets.html.erb +++ b/app/views/issues/_changesets.html.erb @@ -13,7 +13,7 @@ <% end %>
<%= authoring(changeset.committed_on, changeset.author) %>

-
+
<%= format_changeset_comments changeset %>
diff --git a/app/views/repositories/_changeset.html.erb b/app/views/repositories/_changeset.html.erb index e123daf86..26ca1556e 100644 --- a/app/views/repositories/_changeset.html.erb +++ b/app/views/repositories/_changeset.html.erb @@ -33,7 +33,7 @@ -
+
<%= format_changeset_comments @changeset %>
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 6e68a88dd..701be5541 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -492,7 +492,7 @@ div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1 div#issue-changesets div.changeset { padding: 4px;} div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; } div#issue-changesets p { margin-top: 0; margin-bottom: 1em;} -.changset-comments {margin-bottom:1em; font-family:} +.changeset-comments {margin-bottom:1em; font-family:} div.journal {overflow:auto;} div.journal.private-notes {border-left:2px solid #d22; padding-left:4px; margin-left:-6px;} diff --git a/test/functional/repositories_controller_test.rb b/test/functional/repositories_controller_test.rb index 0fc7cfa86..5fec94c37 100644 --- a/test/functional/repositories_controller_test.rb +++ b/test/functional/repositories_controller_test.rb @@ -173,7 +173,7 @@ class RepositoriesControllerTest < Redmine::ControllerTest with_settings :commit_logs_formatting => '0' do get :revision, :id => 1, :rev => 1 assert_response :success - assert_select '.changset-comments', :text => 'Simple *text*' + assert_select '.changeset-comments', :text => 'Simple *text*' end end -- 2.39.5