Sha256: 6f0c196020771918d25aefbe3c46eaba3a15003e68021e690fa1fe36076a7e9a
Contents?: true
Size: 885 Bytes
Versions: 1
Compression:
Stored size: 885 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title><%= render_alchemy_title %></title> <%= csrf_meta_tag %> <%= stylesheet_link_tag('alchemy/alchemy', :media => 'screen') %> <%= stylesheet_link_tag('alchemy/print', :media => 'print') %> <%= javascript_include_tag('alchemy/alchemy') %> </head> <body id="alchemy" class="login"> <div id="left_menu"> <div id="main_navi"> <div id="logout"> <%= link_to(alchemy.root_path) do %> <span class="module icon exit"></span> <label><%= t('leave') %></label> <% end %> </div> </div> <div id="left_menu_background"></div> </div> <div id="main_content"> <%= yield %> </div> <%= yield(:javascripts) %> <script type="text/javascript" charset="utf-8"> jQuery(document).ready(function($) { Alchemy.SelectBox('body#alchemy select'); }); </script> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alchemy_cms-2.1 | app/views/layouts/alchemy/login.html.erb |