Sha256: 7595cb0a7e22d2ad440f841cfa916f04f8e3fed899e55ad5523df50b66ab7806

Contents?: true

Size: 257 Bytes

Versions: 2

Compression:

Stored size: 257 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Unidom Standard</title>
  <%= stylesheet_link_tag    'standard/application', media: 'all' %>
  <%= javascript_include_tag 'standard/application' %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
unidom-standard-0.2 app/views/layouts/unidom/standard/application.html.erb
unidom-standard-0.1 app/views/layouts/unidom/standard/application.html.erb