]> source.dussan.org Git - redmine.git/commitdiff
Typo: s/changset-comments/changeset-comments/ (#22758, #24604).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 18 Dec 2016 09:35:43 +0000 (09:35 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 18 Dec 2016 09:35:43 +0000 (09:35 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16091 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_changesets.html.erb
app/views/repositories/_changeset.html.erb
public/stylesheets/application.css
test/functional/repositories_controller_test.rb

index 0e963fcf8185637fc1afa94c6b4519b1552856ce..9e172c712083bd6e105e52d62bc8c8cef45a765a 100644 (file)
@@ -13,7 +13,7 @@
         <% end %>
         <br />
         <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p>
-    <div class="wiki changset-comments">
+    <div class="wiki changeset-comments">
         <%= format_changeset_comments changeset %>
     </div>
     </div>
index e123daf8676d0384a4211a9ad5234768e00763a8..26ca1556e9fc1935fe52ae2d440d1e7157ecf13d 100644 (file)
@@ -33,7 +33,7 @@
 
 </div>
 
-<div class="wiki changset-comments">
+<div class="wiki changeset-comments">
   <%= format_changeset_comments @changeset %>
 </div>
 
index 6e68a88ddf7ce6035990fc334edd60948808f4ec..701be5541e1dd43117579c41b7218c40ab0cc63a 100644 (file)
@@ -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;}
index 0fc7cfa864aeeca94083b0dd0feffe567b91ab44..5fec94c379f24cea3395c97b8005cc3cc5a8441e 100644 (file)
@@ -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