Sha256: 5ce7c0d13cb81ce9b10c755b41deb95f078d490eefa63521b1e37d322a833307

Contents?: true

Size: 387 Bytes

Versions: 2

Compression:

Stored size: 387 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Dummy</title>
  <%= stylesheet_link_tag "application" %>
  <%= yield :stylesheets %>
  <%= javascript_include_tag "application" %>
  <%= yield :javascripts %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

<%= link_to 'Carrier', '/carrier' %>
<%= link_to 'Sign out', main_app.destroy_user_session_path, :method => :delete %>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
carrier-0.1.5 spec/dummy/app/views/layouts/application.html.erb
carrier-0.1.4 spec/dummy/app/views/layouts/application.html.erb