1
0
Fork 0

Facebook share fixes

This commit is contained in:
magnolia-fan 2011-11-29 14:41:20 +04:00
parent b8cfed91af
commit 6f3d22b5e2
2 changed files with 3 additions and 3 deletions

BIN
app/assets/images/thumb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -7,7 +7,7 @@
%meta{ name: "description", content: "Ultimate Online Jukebox" }
%meta{ property: "og:title", content: "BeatHaven" }
%meta{ property: "og:description", content: "Ultimate Online Jukebox" }
%meta{ property: "og:image", content: image_path("logo.png") }
%meta{ property: "og:image", content: image_path("thumb.png") }
%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"}
@ -74,8 +74,8 @@
%a.btn.large.pause II
%a.btn.small-round.next »
.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"
/ %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"