Sha256: 21b0303ef7fd6567b0cd58d0ffdd138a2fa18ad7ccbd9571540dffc090cc40ae
Contents?: true
Size: 443 Bytes
Versions: 1
Compression:
Stored size: 443 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= title %></title> <%= stylesheet_link_tag "maily/application", media: "all" %> <%= csrf_meta_tags %> </head> <body> <%= render 'maily/shared/header' %> <div class="wrap_content"> <%= render 'maily/shared/sidebar' %> <div class="content"> <%= render 'maily/shared/flash_messages' %> <%= yield %> </div> </div> <%= render 'maily/shared/footer' %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
maily-0.10.0 | app/views/layouts/maily/application.html.erb |