Sha256: a33988e9e783e89fa4e2cf1af48b1b36a7cd8b332754facf3eba1fd3233109ef

Contents?: true

Size: 324 Bytes

Versions: 2

Compression:

Stored size: 324 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Dummy</title>
  <%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track' => true %>
  <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>

  <%= csrf_meta_tags %>

  <%= type_station_init %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
type_station-0.0.3 spec/dummy/app/views/layouts/application.html.erb
type_station-0.0.2 spec/dummy/app/views/layouts/application.html.erb