Sha256: c63e0d6d10195d131be7b06d22264d3732b8b65a0b4995435b90f951ec69b4da
Contents?: true
Size: 510 Bytes
Versions: 8
Compression:
Stored size: 510 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= title %></title> <%= stylesheet_link_tag "maily/application", :media => "all" %> <%= javascript_include_tag "maily/application" %> <%= csrf_meta_tags %> </head> <body> <%= render 'maily/shared/header' %> <div class="wrap_content clearfix"> <%= render 'maily/shared/sidebar' %> <div class="content"> <%= render 'maily/shared/flash_messages' %> <%= yield %> </div> </div> <%= render 'maily/shared/footer' %> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems