Sha256: 79bfb911cbf0d274756187b76fe647f6c369556234d2d9f6c590ad885c4a5e89
Contents?: true
Size: 1.19 KB
Versions: 3
Compression:
Stored size: 1.19 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Watchtower</title> <%= stylesheet_link_tag "watchtower/reset", "watchtower/screen", "watchtower/forms", "watchtower/extras", "watchtower/admin", "watchtower/watchtower", "watchtower/jquery-ui-1.7.1.custom" %> <!--[if lt IE 8]> <%= stylesheet_link_tag "watchtower/ie" %> <![endif]--> <%= javascript_include_tag "watchtower/jquery-1.3.2.min", "watchtower/jquery-ui-1.7.1.custom.min", "watchtower/jquery.watchtower", "watchtower/jquery.watchtower.bindings", "watchtower/jquery.watchtower.events" %> <%= yield :head %> </head> <body> <div class="container"> <div class="header col-24"> <div class="col-18"> <h1><%= link_to "Watchtower", watchtower_index_path %></h1> </div> <div class="col-6 col-last"> <div class="loading-progress"> Loading </div> </div> </div> <div class="content col-24"> <%= yield %> </div> <div class="footer col-24"> <p>Written by Josh Clayton 2009</p> </div> </div> <%= yield :footer %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems