gauge/app/views/layouts/application.html.erb
Petko Bordjukov bd2800ff9b Merge with fullnarp's new layout options
This is a backport of
3e365f384d
2016-10-01 04:21:36 +03:00

15 lines
335 B
Plaintext

<!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 %>
</head>
<body class="size-small in-list halfnarp">
<%= yield %>
</body>
</html>