Update profile view, add layout prop

pull/1136/head
Daniel Supernault 6 years ago
parent bcc9c6916a
commit bdcdb7b249
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -7,7 +7,7 @@
</div> </div>
@endif @endif
<profile profile-id="{{$profile->id}}" :profile-settings="{{json_encode($settings)}}"></profile> <profile profile-id="{{$profile->id}}" :profile-settings="{{json_encode($settings)}}" profile-layout="{{$profile->profile_layout ?? 'metro'}}"></profile>
@if($profile->website) @if($profile->website)
<a class="d-none" href="{{$profile->website}}" rel="me">{{$profile->website}}</a> <a class="d-none" href="{{$profile->website}}" rel="me">{{$profile->website}}</a>
@endif @endif

Loading…
Cancel
Save