Sha256: 23a5f6dfd7390c6d437d2e1c8778fd22d4cf13bc7d8b10599ae0f43ecb608423
Contents?: true
Size: 279 Bytes
Versions: 1
Compression:
Stored size: 279 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>HyperAdmin</title> <%= stylesheet_link_tag "hyper_admin/application", media: :all %> <%= javascript_include_tag "hyper_admin/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hyper_admin-0.1.0 | app/views/layouts/hyper_admin/application.html.erb |