Sha256: 34d970f80ca64ab309a7a36d03f567a0ca280c473a76af7331965ff0179b4a8b

Contents?: true

Size: 369 Bytes

Versions: 16

Compression:

Stored size: 369 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Notee</title>
  <%= stylesheet_link_tag    "notee/application", media: "all" %>
  <% unless new_token_path == "/notee" + request.path_info %>
    <%= javascript_include_tag "notee/application" %>
  <% end %>
  <%= favicon_link_tag(asset_path "favicon.ico") %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
notee-1.1.2.4 app/views/layouts/notee/application.html.erb
notee-1.1.2.3 app/views/layouts/notee/application.html.erb
notee-1.1.2.2 app/views/layouts/notee/application.html.erb
notee-1.1.2.1 app/views/layouts/notee/application.html.erb
notee-1.1.2 app/views/layouts/notee/application.html.erb
notee-1.1.1 app/views/layouts/notee/application.html.erb
notee-1.1.0 app/views/layouts/notee/application.html.erb
notee-1.0.8 app/views/layouts/notee/application.html.erb
notee-1.0.7 app/views/layouts/notee/application.html.erb
notee-1.0.6 app/views/layouts/notee/application.html.erb
notee-1.0.5 app/views/layouts/notee/application.html.erb
notee-1.0.4 app/views/layouts/notee/application.html.erb
notee-1.0.3 app/views/layouts/notee/application.html.erb
notee-1.0.2 app/views/layouts/notee/application.html.erb
notee-1.0.1 app/views/layouts/notee/application.html.erb
notee-1.0.0 app/views/layouts/notee/application.html.erb