Sha256: faa5c326a6db0ff02c1b8b9ebefc8c6380af7e774acdd64eae44445f70e60066
Contents?: true
Size: 255 Bytes
Versions: 2
Compression:
Stored size: 255 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>DelayedJobDashboard</title> <%= stylesheet_link_tag "dj_dashboard/application" %> <%= javascript_include_tag "dj_dashboard/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dj_dashboard-0.0.2 | app/views/layouts/dj_dashboard/application.html.erb |
dj_dashboard-0.0.1 | app/views/layouts/dj_dashboard/application.html.erb |