improve events
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
= f.error_notification
|
||||
|
||||
= f.input :name
|
||||
= f.input :info , label: "Link to event"
|
||||
= render "merged/form/editor" , object: @event , field: :text, form: f
|
||||
.grid.grid-cols-2.gap-10
|
||||
= f.input :start_date
|
||||
@ -13,6 +14,7 @@
|
||||
label: (@event.picture.blank? ? "Add picture" : "Change picture")
|
||||
= f.hidden_field :picture_cache
|
||||
|
||||
|
||||
.flex.justify-between
|
||||
%button.mt-6.bg-cyan-200.mr-3.inline-block.rounded-lg.px-4.py-3.text-md.font-medium.border.border-gray-400
|
||||
= f.submit 'Save'
|
||||
|
Reference in New Issue
Block a user