mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +00:00
Update activity view
This commit is contained in:
parent
f3334d6edb
commit
6a834fdd5c
1 changed files with 5 additions and 3 deletions
|
@ -6,9 +6,11 @@
|
||||||
<div class="card mt-3">
|
<div class="card mt-3">
|
||||||
<div class="card-body p-0">
|
<div class="card-body p-0">
|
||||||
<ul class="nav nav-tabs d-flex text-center">
|
<ul class="nav nav-tabs d-flex text-center">
|
||||||
|
{{--
|
||||||
<li class="nav-item flex-fill">
|
<li class="nav-item flex-fill">
|
||||||
<a class="nav-link font-weight-bold text-uppercase" href="{{route('notifications.following')}}">Following</a>
|
<a class="nav-link font-weight-bold text-uppercase" href="{{route('notifications.following')}}">Following</a>
|
||||||
</li>
|
</li>
|
||||||
|
--}}
|
||||||
<li class="nav-item flex-fill">
|
<li class="nav-item flex-fill">
|
||||||
<a class="nav-link font-weight-bold text-uppercase active" href="{{route('notifications')}}">My Notifications</a>
|
<a class="nav-link font-weight-bold text-uppercase active" href="{{route('notifications')}}">My Notifications</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue