Sha256: 5f55b32bba2dff396c0037a06bf6de3c7ffd68fef5bf28ef8e5ab228801f09ba
Contents?: true
Size: 412 Bytes
Versions: 1
Compression:
Stored size: 412 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Woodlock</title> <%= stylesheet_link_tag 'woodlock', media: 'all' %> <%= javascript_include_tag 'woodlock', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <%= render 'layouts/facebook_oauth_script' %> <div class="container container-margin-top"> <%= raw display_woodlock_flash_messages %> <%= yield %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
woodlock-0.0.1 | app/views/layouts/devise.html.erb |