Sha256: 0dc694357953dfbcad3bee44f20c52136f218067b630e3d693793ee3ce0b79f3
Contents?: true
Size: 563 Bytes
Versions: 1
Compression:
Stored size: 563 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <% if flash[:notice] %> <div><%= flash[:notice] %></div> <% end %> <% if flash[:alert] %> <div><%= flash[:alert] %></div> <% end %> <% flash[:notice] = nil flash[:alert] = nil %> <%= yield %> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise_users-0.0.1 | spec/dummy/app/views/layouts/application.html.erb |