Player library, unified renderer for artists and playlists
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
.topbar-inner
|
||||
.container
|
||||
%h3
|
||||
%a#logo{ :href => "#/" } BeatHaven
|
||||
%a#logo.page-link{ :href => "/" } BeatHaven
|
||||
%ul.nav
|
||||
%li
|
||||
%a{ :href => "http://blog.beathaven.org/", :target => "_blank" }= t('global.news')
|
||||
%li
|
||||
%a.about{ :href => "#/about/" }= t('global.about')
|
||||
%a.page-link.about{ :href => "/about/" }= t('global.about')
|
||||
%li
|
||||
%a.stat{ :href => "#/stat/" }= t('global.stat')
|
||||
%a.page-link.stat{ :href => "/stat/" }= t('global.stat')
|
||||
%form#search-form{ :action => "" }
|
||||
%input#search{ :type => "text", :placeholder => t('global.search') }
|
||||
#artist-load-spinner
|
||||
|
||||
Reference in New Issue
Block a user