Patch #21663 » 0001-Wrap-textilizable-with-DIV-containing-wiki-class.patch
| app/views/issues/_conflict.html.erb | ||
|---|---|---|
| 11 | 11 |
<% end %> |
| 12 | 12 |
</ul> |
| 13 | 13 |
<% end %> |
| 14 |
<%= textilizable(journal, :notes) unless journal.notes.blank? %> |
|
| 14 |
<div class="wiki"> |
|
| 15 |
<%= textilizable(journal, :notes) unless journal.notes.blank? %> |
|
| 16 |
</div> |
|
| 15 | 17 |
<% end %> |
| 16 | 18 |
</div> |
| 17 | 19 |
<% end %> |