Sha256: 0f04653e3c28d7b94254661fe964275a3ce36a03349f5fc2853ad61c1da65aa1
Contents?: true
Size: 253 Bytes
Versions: 1
Compression:
Stored size: 253 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Alberich</title> <%= stylesheet_link_tag "alberich/application", :media => "all" %> <%= javascript_include_tag "alberich/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alberich-0.2.0 | app/views/layouts/alberich/application.html.erb |