small changes to layout1 including discord link on irc page, removed transparency linking from footer (was 404 anyways) added favorite shortcut in the navigation on layout1
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
@if(Auth::check())
|
||||
<a class="navbar-brand" href="/main">
|
||||
<img src="{{ asset('logo.svg') }}" alt="w0bm.com">
|
||||
<a href="https://discord.gg/R7Ah4td" target="_blank" class="discordo">discordo~</a>
|
||||
</a>
|
||||
@else
|
||||
<a class="navbar-brand" href="/">
|
||||
@@ -36,6 +35,7 @@
|
||||
<li><a href="{{url('messages')}}"><i class="fa fa-envelope"></i> <span class="badge message-badge">{{Auth::user()->messagesRecv()->unread()->count()}}</span></a></li>
|
||||
<li><a href="#" data-toggle="modal" data-target="#filterselectmodal"><i class="fa fa-filter"></i> Filter</a></li>
|
||||
<li><a href="{{url('upload')}}"><i class="fa fa-cloud-upload"></i> Upload</a></li>
|
||||
<li><a href="{{url('user', Auth::user()->username)}}/favs"><i class="fa fa-heart"></i></a></li>
|
||||
<li><a href="{{url('user', Auth::user()->username)}}"><i class="fa fa-user"></i> {{Auth::user()->username}}</a></li>
|
||||
<li><a href="{{url('logout')}}"><i class="fa fa-sign-out"></i> Logout</a></li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user