Sha256: f3f7cd2c4c3b52939454c6a93cdf8e47d82fa0205101e6660f3128c268a97d24
Contents?: true
Size: 795 Bytes
Versions: 19
Compression:
Stored size: 795 Bytes
Contents
<% add_decidim_meta_tags({ description: translated_attribute(election.description), title: present(election).title }) %> <!doctype html> <html class="no-js" lang="<%= I18n.locale %>"> <head> <meta charset="utf-8"> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> <meta name="author" content=""> <meta name="copyright" content=""> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><%= decidim_page_title %></title> <%= render "layouts/decidim/head" %> </head> <body> <main class="focus"> <%= render partial: "layouts/decidim/election_votes_header" %> <%= yield %> <%= render partial: "layouts/decidim/js_configuration" %> </main> </body> </html>
Version data entries
19 entries across 19 versions & 1 rubygems