Sha256: ce3ef9615937f42a0260d994ea75a859070a1051a5079ebe7652a16d168e7873

Contents?: true

Size: 1.92 KB

Versions: 3

Compression:

Stored size: 1.92 KB

Contents

<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
  <head>
	
		<title><%%= title -%></title>
		
    <%%= render :partial=>"/layouts/common/meta_tags" -%>

    <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
    <link rel="icon" href="/assets/favicon.ico" type="image/png">

    <%%= stylesheet_link_tag "application", :media => "all" -%>

    <%%= csrf_meta_tags -%>
    
		<%# Modernizr should be loaded first -%>
		<script src="/assets/modernizr.2.6.2.js"></script>

  </head>

  <body>
		
		<!--[if lt IE 7]>
			<p class="chromeframe">You are using an <strong>outdated</strong> browser. 
			Please <a href="http://browsehappy.com/">upgrade your browser</a> or 
			<a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> 
			to improve your experience.</p>
		<![endif]-->
		
    <div class="header-block clearfix">
			<div id="div_page_header">
      	<%%= render :partial=>"/layouts/user/header" -%>
			</div>
			<div id="div_page_navbar">
      	<%%= render :partial=>"/layouts/user/navbar" -%>
			</div>
    </div>
		
		<%%#* Show flash messages if controller has set any. %>
		<div id="div_flash_message">
			<%%= render :partial=>"/layouts/common/flash_message" -%>
		</div>
		
    <div class="<%= container_class %> padding-top-10" style="min-height:400px;">
      <%%= yield %>
    </div>

    <%%#* Display Footer -%>
    <%%= render :partial=>"/layouts/user/footer" -%>
		
		<%%#* Display Hidden Overlays -%>
    <%%= render :partial=>"/layouts/common/overlays" -%>

		<%%#* Loading Javascripts -%>
    <%%= javascript_include_tag "application" -%>

    <script type='text/javascript'>
      <%%= yield :javascript -%>
    </script>

  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
humdrum-rails-0.0.8 lib/rails/generators/humdrum/layout/templates/views/gumby/layouts/user.html.erb
humdrum-rails-0.0.7 lib/rails/generators/humdrum/layout/templates/views/gumby/layouts/user.html.erb
humdrum-rails-0.0.6 lib/rails/generators/humdrum/layout/templates/views/gumby/layouts/user.html.erb