somewhat better action_text integration, still wip
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
%meta{:content => "width=device-width,initial-scale=1", :name => "viewport"}/
|
||||
= csrf_meta_tags
|
||||
= csp_meta_tag
|
||||
= stylesheet_link_tag "tailwind" , "data-turbo-track": "reload"
|
||||
= stylesheet_link_tag "application"
|
||||
= stylesheet_link_tag "tailwind" #, "inter-font", "data-turbo-track": "reload"
|
||||
|
||||
= javascript_importmap_tags
|
||||
%body
|
||||
|
@ -13,5 +13,8 @@
|
||||
.field
|
||||
= f.label :public
|
||||
= f.check_box :public
|
||||
.field
|
||||
= f.label :Bio
|
||||
= f.rich_text_area :bio
|
||||
.actions
|
||||
= f.submit 'Save'
|
||||
|
@ -3,6 +3,9 @@
|
||||
%p
|
||||
%b Name:
|
||||
= @member.name
|
||||
%p
|
||||
%b Bio:
|
||||
= @member.bio
|
||||
%p
|
||||
%b Public:
|
||||
= @member.public
|
||||
|
Reference in New Issue
Block a user