2012-09-09 13:48:24 +00:00
|
|
|
!!!
|
|
|
|
%html
|
|
|
|
%head
|
|
|
|
%title BeatHaven
|
|
|
|
= stylesheet_link_tag "application", media: "all"
|
|
|
|
= javascript_include_tag "application"
|
|
|
|
= javascript_include_tag "http://vkontakte.ru/js/api/openapi.js"
|
|
|
|
= csrf_meta_tags
|
|
|
|
:javascript
|
|
|
|
window.VK_APP_ID = 2335068;
|
|
|
|
%body
|
|
|
|
|
|
|
|
%div.navbar.navbar-fixed-top
|
|
|
|
.navbar-inner
|
|
|
|
.container
|
|
|
|
%a.brand{ href: "/" } BeatHaven
|
|
|
|
%form.navbar-search.pull-left
|
2012-09-09 16:37:05 +00:00
|
|
|
%input.search-query{ "type" => "search", "data-translate-placeholder" => "header.search" }
|
2012-09-09 13:48:24 +00:00
|
|
|
.pull-right
|
2012-09-09 16:37:05 +00:00
|
|
|
.preferences
|
|
|
|
%a.icon-cog.toggle-button{ "href" => "/preferences", "data-translate-title" => "header.preferences" }
|
2012-09-09 13:48:24 +00:00
|
|
|
= render partial: "player"
|
|
|
|
|
|
|
|
.container#main You can't steal what's free
|
|
|
|
.fullscreen
|
|
|
|
.tour
|
|
|
|
%div{ style: "font: 32px FontAwesome;"} 
|