hubfeenix.fi/app/views/profiles/new.html.haml

11 lines
321 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"}
2023-01-15 13:52:40 +01:00
.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"}
2023-01-16 00:11:05 +01:00
.text-xl.m-4
Create your
=@profile.kind.capitalize
profile
2023-01-15 13:52:40 +01:00
= render 'form'