mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
Added a sidebar link to the Pony.fm forum.
This commit is contained in:
parent
ac533a6eeb
commit
8245734c75
1 changed files with 2 additions and 1 deletions
|
@ -79,6 +79,7 @@
|
|||
@endif
|
||||
|
||||
<li ng-class="{selected: isActive('/about')}"><a href="/about">About</a></li>
|
||||
<li><a href="https://mlpforums.com/forum/62-ponyfm/" title="Pony.fm Forum" target="_blank">Forum</a></li>
|
||||
|
||||
@if (Auth::check())
|
||||
<li class="uploader" ng-class="{selected: stateIncludes('uploader')}">
|
||||
|
@ -99,7 +100,7 @@
|
|||
<li><a href="/register" target="_self">Register</a></li>
|
||||
@endif
|
||||
<li class="x-attribution">
|
||||
<a ng-click="showCredits()" title="Pony.fm project credits">
|
||||
<a href="#" ng-click="showCredits()" pfm-eat-click title="Pony.fm project credits">
|
||||
@if(config('ponyfm.use_powered_by_footer'))
|
||||
<span>Powered by</span>
|
||||
<img src="/images/ponyfm-logo-white.svg" alt="Pony.fm logo" title="Pony.fm"/>
|
||||
|
|
Loading…
Reference in a new issue