This commit is contained in:
Karel Pičman 2023-12-22 08:51:35 +01:00
parent 4f60034d6f
commit 0a51b6e556

View File

@ -67,7 +67,7 @@
</p>
<p>
<%= label_tag 'email[body]', l(:label_email_body) %>
<%= text_area_tag 'email[body]', @email_params['body'], rows: '20', class: 'dmsf-full-width' %>
<%= text_area_tag 'email[body]', @email_params['body'], rows: '20', class: 'dmsf-full-width wiki-edit' %>
</p>
<div class="form-actions">
<%= submit_tag l(:label_email_send), class: 'button-positive' %>