Sha256: 6a6e811ede9dd0baa2b8b78d903eb682f50e733659cab98a282ecde0ad541965
Contents?: true
Size: 400 Bytes
Versions: 3
Compression:
Stored size: 400 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Application Settings</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type="text/css"> <%= @layout_css %> <%= css %> </style> </head> <body> <header> <h1>Application Settings</h1> </header> <main> <%= content %> </main> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ultra_settings-1.1.0 | app/layout.html.erb |
ultra_settings-1.0.1 | app/layout.html.erb |
ultra_settings-1.0.0 | app/layout.html.erb |