Sha256: 913a2f98ab84ddfdef47e9635bdd66f1b8dc19ca060a44fbca8ee269cfed7ead

Contents?: true

Size: 255 Bytes

Versions: 4

Compression:

Stored size: 255 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>RdStation</title>
  <%= stylesheet_link_tag    "rd_station/application", media: "all" %>
  <%= javascript_include_tag "rd_station/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rd_station-0.0.4 app/views/layouts/rd_station/application.html.erb
rd_station-0.0.3 app/views/layouts/rd_station/application.html.erb
rd_station-0.0.2 app/views/layouts/rd_station/application.html.erb
rd_station-0.0.1 app/views/layouts/rd_station/application.html.erb