Sha256: c20c7a6cfbe1cb6f10d38a0acf4985a582d054e137ac23f3010a677bd653d3c9

Contents?: true

Size: 745 Bytes

Versions: 2

Compression:

Stored size: 745 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title><%%= yield(:title) %></title>
    <%%= csrf_meta_tags %>
    <%%= stylesheet_link_tag    'application', media: 'all' %>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <link rel="apple-touch-icon" href="apple-touch-icon.png">
    <meta name="description" content="">
    <meta name="author" content="">
    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
  </head>
  <body>
    <div class="container" >
      <%% flash.each do |name, msg| %>
        <%%= content_tag :div, msg, :id => "flash_#{name}" %>
      <%% end %>
      <%%= yield %>
    </div>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
actionscaffold-0.3.5 lib/generators/layout/templates/layout.html.erb
actionscaffold-0.3.1 lib/generators/layout/templates/layout.html.erb