1
0
Fork 0
oldhaven/app/views/application/_like.html.haml

5 lines
385 B
Plaintext
Raw Normal View History

2011-11-27 23:13:14 +00:00
.fb-like{ "data-href" => "http://facebook.com/BeatHavenHQ", "data-send" => "false", "data-layout" => "button_count", "data-width" => "100", "data-show-faces" => "false", "data-font" => "lucida grande" }
2011-11-28 20:44:51 +00:00
#vk-like
2011-11-27 23:13:14 +00:00
%script{ type: "text/javascript" }
2011-11-28 20:44:51 +00:00
= "VK.Widgets.Like(\"vk_like\", {type: \"button\", height: 20, pageUrl: \"http://beathaven.org/\", text: \"#{t('global.like')}\"})"