Sha256: 7cd58a54f777204a2915d5310a5a099e0265df5a38dcadf5158ecb3fa67ccf46
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>AsUser</title> <%= stylesheet_link_tag "as_user/application", :media => "all" %> <%= javascript_include_tag "as_user/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
as_user-0.0.3 | app/views/layouts/as_user/application.html.erb |
as_user-0.0.2 | app/views/layouts/as_user/application.html.erb |