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