Update RemoteProfile, add warning about potentially out of date information

pull/2895/head
Daniel Supernault 4 years ago
parent f6131ed764
commit 7274574c68
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -57,6 +57,7 @@
</div>
</div>
<p class="small text-lighter p-2">Last updated: <time :datetime="profile.last_fetched_at">{{timeAgo(profile.last_fetched_at, 'ago')}}</time></p>
<p class="card border-left-primary card-body small py-2 text-muted font-weight-bold shadow-none border-top border-bottom border-right">You are viewing a profile from a remote server, it may not contain up-to-date information.</p>
</div>
<div class="col-12 col-md-8 pt-5">
<div class="row">

Loading…
Cancel
Save