mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
Wrap textilizable with DIV containing wiki class (#21663).
Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@15071 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b3d445ddb1
commit
c860d352a2
@ -11,7 +11,9 @@
|
||||
<% end %>
|
||||
</ul>
|
||||
<% end %>
|
||||
<%= textilizable(journal, :notes) unless journal.notes.blank? %>
|
||||
<div class="wiki">
|
||||
<%= textilizable(journal, :notes) unless journal.notes.blank? %>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user