Sha256: 5ab511b4d49e206d9a2094ac7528e9932f2ebef16cb60a18bad50d5742e8b68d
Contents?: true
Size: 408 Bytes
Versions: 6
Compression:
Stored size: 408 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Nyauth</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <% if flash[:notice] %> <%= flash[:notice] %> <% end %> <% if flash[:alert] %> <%= flash[:alert] %> <% end %> <%= yield %> </body> </html>
Version data entries
6 entries across 3 versions & 1 rubygems