This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2012-08-07 21:40:50 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta property="og:title" content="<%= @object.title %>" />
|
2012-08-07 22:50:28 +00:00
|
|
|
<meta property="og:description" content="<%= strip_tags @object.subtitle %>" />
|
2012-08-07 21:40:50 +00:00
|
|
|
<meta property="og:url" content="<%= @orig_url %>" />
|
|
|
|
<meta property="og:image" content="<%= 'http://' + request.env['HTTP_HOST'] + @object.image.url %>" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>
|