Sha256: 007590a86c6f268cb89cd4cdd3f768734a28ceec7bb0cb707f34f0068b00f78c

Contents?: true

Size: 886 Bytes

Versions: 2

Compression:

Stored size: 886 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <title><%= title %></title>
    <link href="<%= root_path %>stylesheets/bootstrap.min.css" media="screen" rel="stylesheet" type="text/css" />
    <link href="<%= root_path %>stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
  </head>
  <body>
    <%= yield %>
    <script type="text/javascript" src="<%= root_path %>javascripts/jquery.min.js"></script>
    <script type="text/javascript" src="<%= root_path %>javascripts/bootstrap.min.js"></script>
    <script type="text/javascript" src="<%= root_path %>javascripts/jquery.searcher.min.js"></script>
    <script type="text/javascript" src="<%= root_path %>javascripts/application.js"></script>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
goatmail-1.2.0 lib/goatmail/views/layout.erb
goatmail-1.1.1 lib/goatmail/views/layout.erb