Sha256: 79442ac7b75ae046ad1246a68b21a7e033bc5e82de85c02342d47b14cec42a87
Contents?: true
Size: 637 Bytes
Versions: 2
Compression:
Stored size: 637 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> <ul id="menu"> <li><%= link_to 'People', people_path %></li> <li><%= link_to 'Cities', cities_path %></li> </ul> <h1><%= @title %></h1> <p id="flash_notice"><%= flash[:notice] %></p> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dry_crud-1.2.0 | test/templates/app/views/layouts/crud.html.erb |
dry_crud-1.1.0 | test/templates/app/views/layouts/crud.html.erb |