mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-07 23:06:42 +01:00
add missing syntax toolbar to conversation creation form
This commit is contained in:
parent
6294c94704
commit
858ddcc8ec
1 changed files with 4 additions and 1 deletions
|
@ -31,6 +31,9 @@ h1 New Conversation
|
||||||
| Preview
|
| Preview
|
||||||
|
|
||||||
.block__tab.communication-edit__tab.selected data-tab="write"
|
.block__tab.communication-edit__tab.selected data-tab="write"
|
||||||
|
= render PhilomenaWeb.TextileView, "_help.html", conn: @conn
|
||||||
|
= render PhilomenaWeb.TextileView, "_toolbar.html", conn: @conn
|
||||||
|
|
||||||
= textarea fm, :body, class: "input input--wide input--text js-preview-input js-toolbar-input", placeholder: "Your message", required: true
|
= textarea fm, :body, class: "input input--wide input--text js-preview-input js-toolbar-input", placeholder: "Your message", required: true
|
||||||
= error_tag fm, :body
|
= error_tag fm, :body
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue