2015-10-06 15:21:46 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="<%= I18n.locale.to_s %>">
|
|
|
|
<head>
|
|
|
|
<title><%= t 'generic.title' %></title>
|
|
|
|
<%= stylesheet_link_tag 'application', media: 'all' %>
|
|
|
|
<%= javascript_include_tag 'application' %>
|
|
|
|
<%= csrf_meta_tags %>
|
2022-09-13 15:02:54 +03:00
|
|
|
|
2019-10-07 14:59:44 +03:00
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
<meta name="twitter:site" content="@openfestbg">
|
|
|
|
<meta name="twitter:title" content="<%= t 'generic.title' %>">
|
|
|
|
<meta name="twitter:description" content="<%= t 'generic.help_us_reduce_the_conflicts' %>">
|
|
|
|
<meta name="twitter:image" content="<%= image_url 'openfest-splash.png' %>">
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:url" content="https://vote.openfest.org/" />
|
|
|
|
<meta property="og:title" content="<%= t 'generic.title' %>">
|
|
|
|
<meta property="og:image" content="<%= image_url 'openfest-splash.png' %>">
|
2022-09-13 15:02:54 +03:00
|
|
|
<meta property="og:description" content="<%= t 'generic.help_us_reduce_the_conflicts' %>">
|
2015-10-06 15:21:46 +03:00
|
|
|
</head>
|
2016-10-01 04:21:36 +03:00
|
|
|
<body class="size-small in-list halfnarp">
|
2015-10-06 15:21:46 +03:00
|
|
|
|
|
|
|
<%= yield %>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|