Sha256: 11ff25d7bea8ff0b535ff45da355793ec2154259173ef9a3828e2b4840526004

Contents?: true

Size: 521 Bytes

Versions: 3

Compression:

Stored size: 521 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  <title><%= @title %></title>
  <%= stylesheet_link_tag 'crud' %>
  <%= javascript_include_tag :all %>
  <%= csrf_meta_tag %>
</head>
<body>

<h1><%= @title %></h1>

<p id="flash_notice"><%= flash[:notice] %></p>

<%= yield %>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dry_crud-1.2.0 lib/generators/dry_crud/templates/app/views/layouts/crud.html.erb
dry_crud-1.1.0 lib/generators/dry_crud/templates/app/views/layouts/crud.html.erb
dry_crud-1.0.0 lib/generators/dry_crud/templates/app/views/layouts/crud.html.erb