Style profile show

This commit is contained in:
Jesse C. Fisher 2023-11-08 07:12:52 +00:00 committed by TheNeedful-DO
parent adee6dcfd6
commit 8d89ff9cc0

View File

@ -1,3 +1,6 @@
:css
#content { padding-top: 3em; }
- if policy(@profile).edit? - if policy(@profile).edit?
.contain .contain
= link_to 'Edit', edit_profile_path(@profile) = link_to 'Edit', edit_profile_path(@profile)
@ -23,5 +26,5 @@
%h2 About #{@profile.name} %h2 About #{@profile.name}
.about .about
= @profile.about %p= @profile.about