Wiki toolbar enabled for HTML formatting

This commit is contained in:
Karel Pičman 2023-03-28 09:29:00 +02:00
parent 4cc7ceb6aa
commit fb581dadd5
4 changed files with 6 additions and 14 deletions

View File

@ -142,6 +142,4 @@
</div> </div>
<% end %> <% end %>
<% if Setting.text_formatting != 'HTML' %> <%= wikitoolbar_for 'dmsf_folder_description' %>
<%= wikitoolbar_for 'dmsf_folder_description' %>
<% end %>

View File

@ -53,6 +53,4 @@
</div> </div>
<% end %> <% end %>
<% if Setting.text_formatting != 'HTML' %> <%= wikitoolbar_for 'project_dmsf_description' %>
<%= wikitoolbar_for 'project_dmsf_description' %>
<% end %>

View File

@ -84,7 +84,5 @@
</div> </div>
</div> </div>
<% if Setting.text_formatting != 'HTML' %> <%= wikitoolbar_for 'dmsf_file_revision_description' %>
<%= wikitoolbar_for 'dmsf_file_revision_description' %> <%= wikitoolbar_for 'dmsf_file_revision_comment' %>
<%= wikitoolbar_for 'dmsf_file_revision_comment' %>
<% end %>

View File

@ -82,7 +82,5 @@
</p> </p>
</div> </div>
<% if Setting.text_formatting != 'HTML' %> <%= wikitoolbar_for "commited_files_#{i}_description" %>
<%= wikitoolbar_for "commited_files_#{i}_description" %> <%= wikitoolbar_for "commited_files_#{i}_comment" %>
<%= wikitoolbar_for "commited_files_#{i}_comment" %>
<% end %>