Sha256: 77d67f62bcd00bd69cb7c47c28174244ac610cd14817b481c8355ac541e4361b

Contents?: true

Size: 958 Bytes

Versions: 16

Compression:

Stored size: 958 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width">

  <!-- WEBSITE DETAIL -->
  <title><%%= content_for?(:title) ? yield(:title) : "Untitled" %></title>
  <meta name="description" content="This is a description of your website, only first 160 characters matters">

  <!-- FAVICON -->
  <link rel="icon" type="image/png" href="<%%= image_path "favicon.png" %>">
  <link rel="apple-touch-icon-precomposed" type="image/png" href="<%%= image_path "favicon-big.png" %>">
  
  <!-- STYLESHEET and JAVASCRIPT -->
  <%%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
  <%%= javascript_include_tag "application" %>
  <%%= csrf_meta_tags %>
</head>
<body>
<div id="main-wrapper">
  
  <header class="main-header"></header>

  <%%= yield %>

  <div id="footer-push"></div>
</div>
<footer class="main-footer"></footer>
</body>
</html>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
edge_framework-2.0.0.a template/rails/application.html.erb
edge_framework-1.4.1 template/rails/application.html.erb
edge_framework-1.4.0 template/rails/application.html.erb
edge_framework-1.3.6 template/rails/application.html.erb
edge_framework-1.3.5 template/rails/application.html.erb
edge_framework-1.3.3 template/rails/application.html.erb
edge_framework-1.3.2 template/rails/application.html.erb
edge_framework-1.3.1 template/rails/application.html.erb
edge_framework-1.3.0 template/rails/application.html.erb
edge_framework-1.2.9 template/rails/application.html.erb
edge_framework-1.2.7 template/rails/application.html.erb
edge_framework-1.2.6 template/rails/application.html.erb
edge_framework-1.2.5 template/rails/application.html.erb
edge_framework-1.2.4 template/rails/application.html.erb
edge_framework-1.2.3 template/rails/application.html.erb
edge_framework-1.2.2 template/rails/application.html.erb