Facebook share fixes
This commit is contained in:
parent
b8cfed91af
commit
6f3d22b5e2
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue