##// END OF EJS Templates
Wrap textilizable with DIV containing wiki class (#21663)....
Jean-Philippe Lang -
r14689:c860d352a214
parent child
Show More
@@ -11,7 +11,9
11 <% end %>
11 <% end %>
12 </ul>
12 </ul>
13 <% end %>
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 <% end %>
17 <% end %>
16 </div>
18 </div>
17 <% end %>
19 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now