diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-04-03 12:33:27 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-04-03 12:33:27 +0000 |
commit | 7bca8c42121aa2b8d794e3654017d3432c629fe1 (patch) | |
tree | 2b2657d4fa8d4c2e89a3fd9476c84e98f9b78308 /app | |
parent | 4ab4c21890255354368f628e80401d8ea911605d (diff) | |
download | redmine-7bca8c42121aa2b8d794e3654017d3432c629fe1.tar.gz redmine-7bca8c42121aa2b8d794e3654017d3432c629fe1.zip |
Removed the changeset-changes class to the commit logs on the issue view (#8038).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5300 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/issues/_changesets.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_changesets.rhtml b/app/views/issues/_changesets.rhtml index d5a292896..76e9a2810 100644 --- a/app/views/issues/_changesets.rhtml +++ b/app/views/issues/_changesets.rhtml @@ -3,7 +3,7 @@ <p><%= link_to_revision(changeset, changeset.project, :text => "#{l(:label_revision)} #{changeset.format_identifier}") %><br /> <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p> - <div class="changeset-changes"> + <div class="wiki"> <%= textilizable(changeset, :comments) %> </div> </div> |