@@ -3,7 +3,7 | |||||
3 | <p><%= link_to_revision(changeset, changeset.project, |
|
3 | <p><%= link_to_revision(changeset, changeset.project, | |
4 | :text => "#{l(:label_revision)} #{changeset.format_identifier}") %><br /> |
|
4 | :text => "#{l(:label_revision)} #{changeset.format_identifier}") %><br /> | |
5 | <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p> |
|
5 | <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p> | |
6 |
<div class=" |
|
6 | <div class="wiki"> | |
7 | <%= textilizable(changeset, :comments) %> |
|
7 | <%= textilizable(changeset, :comments) %> | |
8 | </div> |
|
8 | </div> | |
9 | </div> |
|
9 | </div> |
@@ -56,6 +56,7 table.list td.buttons a { padding-right: 20px; } | |||||
56 | .changeset-changes { direction: ltr; padding-left: 2em } |
|
56 | .changeset-changes { direction: ltr; padding-left: 2em } | |
57 | .changesets { direction: ltr; } |
|
57 | .changesets { direction: ltr; } | |
58 | div#issue-changesets { float: left; margin-right: 1em; margin-left: 0 } |
|
58 | div#issue-changesets { float: left; margin-right: 1em; margin-left: 0 } | |
|
59 | div#issue-changesets div.wiki { direction: ltr; padding-left: 2em } | |||
59 | #activity dt, .journal { clear: right; } |
|
60 | #activity dt, .journal { clear: right; } | |
60 | .journal-link { float: left; } |
|
61 | .journal-link { float: left; } | |
61 | div.wiki pre { direction: ltr; } |
|
62 | div.wiki pre { direction: ltr; } |
General Comments 0
You need to be logged in to leave comments.
Login now