Sha256: bda3ff4b24515d787234320ef75cb38724c9457e52fa19b2d3515168eefe4720
Contents?: true
Size: 771 Bytes
Versions: 14
Compression:
Stored size: 771 Bytes
Contents
<%= csrf_meta_tag %> <link href='https://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'> <meta charset="utf-8" /> <!-- added for use on small devices like phones --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Twitter card metadata --> <%= yield :twitter_meta %> <!-- Google Scholar metadata --> <%= yield :gscholar_meta %> <title><%= h(@page_title || application_name) %></title> <!-- application css --> <%= stylesheet_link_tag 'application' %> <!-- application js --> <%= javascript_include_tag 'application' %> <!-- Google Analytics --> <%= render partial: '/ga', formats: [:html] %> <!-- for extras, e.g., a favicon --> <%= render partial: '/head_tag_extras', formats: [:html] %>
Version data entries
14 entries across 14 versions & 1 rubygems