hubfeenix.fi/app/views/events/edit.html.haml

10 lines
278 B
Plaintext
Raw Normal View History

2023-01-22 19:50:57 +01:00
%script{:src => "https://cdn.jsdelivr.net/npm/vue@2.7.14/dist/vue.js"}
%script{:src => "https://cdn.jsdelivr.net/npm/marked/marked.min.js"}
.flex.justify-center
2023-01-22 10:49:49 +01:00
.column{class: "w-10/12 md:w-8/12 lg:w-5/12 xl:w-4/12"}
.text-xl.m-4
Editing event
= render 'form'