hubfeenix.fi/app/views/profiles/new.html.haml
2023-01-22 20:50:57 +02:00

11 lines
321 B
Plaintext

%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
.column{class: "w-10/12 md:w-8/12 lg:w-5/12 xl:w-4/12"}
.text-xl.m-4
Create your
=@profile.kind.capitalize
profile
= render 'form'