use markdown editor

This commit is contained in:
2023-01-22 20:50:57 +02:00
parent e4364fc677
commit b2ca90ef49
9 changed files with 20 additions and 8 deletions

View File

@ -2,7 +2,7 @@
= f.error_notification
= f.input :name
= f.input :bio
= render "merged/form/editor" , object: @profile , field: :bio, form: f
= f.input :kind, :as => :hidden
.flex.h-16.mt-2
= image_tag(@profile.picture_url , class: "align-middle mr-2") if @profile.picture?