Sha256: 39b3474faeb9bf3c70bc36f3750a97c1e23040f9128063192412d9b0e83e5e4e

Contents?: true

Size: 671 Bytes

Versions: 4

Compression:

Stored size: 671 Bytes

Contents

<!DOCTYPE html>
<head>
  <meta charset="UTF-8" /> 
  <meta name="csrf-param" content="authenticity_token"/>
  <meta name="csrf-token" content="123"/>
  <title>Contacts: <%= params.action %></title>
  <%= stylesheet_link_tag 'scaffold' %>
  <%= stylesheet_link_tag 'http://jqueryui.com/themes/base/jquery.ui.all.css' %>
  <%= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" %>
  <%= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js" %>
  <%= javascript_include_tag "jquery.rails.min" %>
</head>
<body>

<p style="color: green"><%= flash_notice %></p>

<%= yield_body %>

</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dubious-0.0.3-java examples/contacts/app/views/layouts/contacts.html.erb
dubious-0.0.2-java examples/contacts/app/views/layouts/contacts.html.erb
dubious-0.0.1-java examples/contacts/app/views/layouts/contacts.html.erb
dubious-0.0.0-java examples/contacts/app/views/layouts/contacts.html.erb