somewhat better action_text integration, still wip
This commit is contained in:
@ -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