Skip to content

Commit b19e403

Browse files
committed
feat(messages): Improve message composing hint for preview
1 parent 0889f67 commit b19e403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/manage/messages/_form.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
%br
1616

1717
%h5.mb-3 Body
18-
= f.input :body, input_html: { rows: 36, 'data-message-live-preview-base-src' => live_preview_manage_messages_path, style: 'font-size: 14px', 'data-simple-mde' => '1' }, hint: "Supports markdown and HTML", label: false, wrapper: :bootstrap_inline_form
18+
= f.input :body, input_html: { rows: 36, 'data-message-live-preview-base-src' => live_preview_manage_messages_path, style: 'font-size: 14px', 'data-simple-mde' => '1' }, hint: "Supports markdown and HTML. Use toolbar to view side-by-side preview.", label: false, wrapper: :bootstrap_inline_form
1919

20-
.form-actions.mb-3
20+
.form-actions.mb-3.mt-3
2121
= f.button :submit, class: 'btn-primary'
2222

2323
= render 'templating'

0 commit comments

Comments
 (0)