Sha256: d093eefe976a2a1fe7421d1bb94f0eaaad11db37d67010ec59c76362a2dacada

Contents?: true

Size: 1.64 KB

Versions: 5

Compression:

Stored size: 1.64 KB

Contents

<!DOCTYPE html>
<html class="no-js" lang="en">
  <head>
    <meta charset="utf-8">
    <title><%= "#{@page_title + ' - ' if @page_title}Concen - #{Concen.application_name}" %></title>
    <meta name="description" content="Web application to control and monitor a website." >
    <meta name="author" content="Steve Randy Tantra">
    <meta name="copyright" content="Copyright © 2011 by Steve Randy Tantra">
    <meta name="DC.title" content="Status - Control Center - Steve Randy Tantra">
    <meta name="DC.subject" content="Control, Monitor, Center, Web Application">
    <meta name="DC.creator" content="Steve Randy Tantra">
    <meta name="viewport" content="width = 1024">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <%= csrf_meta_tag %>
    <%= stylesheet_link_tag "concen/application" %>
    <% if content_for?(:head_stylesheets) %>
      <%= yield :head_stylesheets %>
    <% end %>
    <!--[if lt IE 8]>
      <%= stylesheet_link_tag "concen/ie" %>
    <![endif]-->
    <script type="text/javascript" src="http://use.typekit.com/<%= Concen.typekit_id %>.js"></script>
    <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
    <%= javascript_include_tag "concen/application" %>
    <% if content_for?(:head_javascripts) %>
      <%= yield :head_javascripts %>
    <% end %>
    <% if content_for?(:head) %>
      <%= yield :head %>
    <% end %>
  </head>
  <body class="concen">
    <%= render "layouts/concen/header" %>
    <%= yield %>
    <footer class="clearfix">
      <p>
        <span>Created by</span>
        <%= link_to "Steve Randy Tantra", "http://steverandytantra.com/"  %>
      </p>
    </footer>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
concen-0.2.9 app/views/layouts/concen/application.html.erb
concen-0.2.8 app/views/layouts/concen/application.html.erb
concen-0.2.7 app/views/layouts/concen/application.html.erb
concen-0.2.6 app/views/layouts/concen/application.html.erb
concen-0.2.5 app/views/layouts/concen/application.html.erb