Bad local time fix, social buttons
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
%link{ rel: "shortcut icon", href: "/favicon.ico" }
|
||||
%link{ rel: "apple-touch-icon", href: image_path("logo.png") }
|
||||
%link{ rel: "search", type: "application/opensearchdescription+xml", title: "BeatHaven", href: "/opensearch.xml"}
|
||||
= stylesheet_link_tag "application"
|
||||
= javascript_include_tag "application"
|
||||
= stylesheet_link_tag :application, cache: true
|
||||
= javascript_include_tag :application, cache: true
|
||||
= javascript_include_tag "http://vkontakte.ru/js/api/share.js", charset: "windows-1251"
|
||||
%body
|
||||
|
||||
#fb-root
|
||||
.topbar-wrapper
|
||||
.topbar
|
||||
.topbar-inner
|
||||
@@ -52,7 +53,6 @@
|
||||
.row
|
||||
.span11.columns#content
|
||||
|
||||
|
||||
.span5.columns
|
||||
.ad_here= t('global.your_ad_here').html_safe
|
||||
.player
|
||||
@@ -73,14 +73,11 @@
|
||||
.quality-buttons
|
||||
%a.q-good{ :title => t('player.thumbs_up') }= image_tag "icns/thumbs-up.png"
|
||||
%a.q-bad{ :title => t('player.thumbs_down') }= image_tag "icns/thumbs-down.png"
|
||||
|
||||
|
||||
|
||||
%ul.playlist
|
||||
|
||||
.row
|
||||
.span11= render "like"
|
||||
.fullscreen
|
||||
.inner
|
||||
= image_tag "loader.gif"
|
||||
|
||||
#vk_api_transport
|
||||
#jplayer
|
||||
|
||||
Reference in New Issue
Block a user