mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
7 lines
410 B
HTML
7 lines
410 B
HTML
<ul class="tabs">
|
|
<li ng-class="{active: stateIncludes('pages.about')}"><a href="/about">About Pony.fm</a></li>
|
|
<li ng-class="{active: stateIncludes('pages.faq')}"><a href="/faq">FAQ</a></li>
|
|
<li ng-class="{active: stateIncludes('pages.mlpforums-advertising-program')}"><a href="/mlpforums-advertising-program">MLP Forums Advertising Program</a></li>
|
|
</ul>
|
|
|
|
<ui-view class="static-page"></ui-view>
|