clean up profile a bit
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
.grid.grid-cols-3.gap-10.mx-20
|
||||
= f.input :name
|
||||
= f.input :public
|
||||
= f.input :public , label: "Public: (Click box below)"
|
||||
= f.input :picture , as: :file
|
||||
.preview.prose
|
||||
%b.text-2xl Preview
|
||||
@ -25,9 +25,10 @@
|
||||
-else
|
||||
No Picture
|
||||
.flex.justify-center.actions.m-10
|
||||
= f.button :button, "Get started", class: "w-full flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"
|
||||
.ml-20= link_to 'Back', member_path(@member)
|
||||
|
||||
= f.button :button, "Update", class: "flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"
|
||||
= link_to member_path(@member) do
|
||||
%button.ml-20.inline-block.rounded-lg.px-4.py-3.text-md.font-medium.border.border-gray-400{type: :submit}
|
||||
Back
|
||||
:ruby2js
|
||||
class Mark < Vue
|
||||
options el: '.grid'
|
||||
|
Reference in New Issue
Block a user