mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@16091 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
439fffe776
commit
18463cad4d
@ -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>
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="wiki changset-comments">
|
||||
<div class="wiki changeset-comments">
|
||||
<%= format_changeset_comments @changeset %>
|
||||
</div>
|
||||
|
||||
|
||||
@ -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;}
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user