Sha256: 6d241eeb343a9e4ad86e1291077fd2f721705e26e80ab9be1c98f053a27364c2

Contents?: true

Size: 1.16 KB

Versions: 23

Compression:

Stored size: 1.16 KB

Contents

<!DOCTYPE html>
<html>
  <%= render :partial => "/shared/head", :locals => {:theme => true} %>
  <body>
    <%= render :partial => "/shared/site_bar" %>
    <div id="header">
      <div class="inside">
        <h2>
          <%= link_to RefinerySetting.find_or_set(:site_name, "Company Name"), root_url %>
        </h2>
        <p class="description">
          <%= link_to "Home", root_url %>
        </p>
      </div>
    </div>
    <div id='primary'>
      <div class='inside clearfix'>
        <%= yield %>
      </div>
    </div>
    <div id="ancillary">
      <div class="inside">
        <div class="block first" style='margin: 0;'>

        </div>
        <div class="block pages">
          <h2>
            Pages
          </h2>
          <%= render :partial => 'shared/menu' %>
          <div class="clear"></div>
        </div>
      </div>
      <hr class="hide" />
      <div id="footer">
        <div class="inside">
          <p style='clear: both; text-align: center;'>
             Copyright &copy; <%= Time.now.year %>
             <%= RefinerySetting.find_or_set(:site_name, "Company Name") %>
          </p>
        </div>
      </div>
    </div>
  </body>
</html>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
refinerycms-theming-1.0.1 themes/hemingway/views/layouts/application.html.erb
refinerycms-theming-1.0.0 themes/hemingway/views/layouts/application.html.erb
refinerycms-theming-0.9.9.2 themes/hemingway/views/layouts/application.html.erb
refinerycms-theming-0.9.9.1 themes/hemingway/views/layouts/application.html.erb
refinerycms-theming-0.9.9 themes/hemingway/views/layouts/application.html.erb
refinerycms-theming-0.9.8.2 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.7.15 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.7.14 themes/hemingway/views/layouts/application.html.erb
refinerycms-theming-0.9.8.1 themes/hemingway/views/layouts/application.html.erb
refinerycms-theming-0.9.8 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.7.13 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.7.11 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.7.10 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.7.9 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.7.8 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.7.7 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.7.6 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.7.5 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.7.4 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.7.3 themes/hemingway/views/layouts/application.html.erb