Sha256: e3c9fff6edd839dc8004cd9aeef7a3a35bdfbbe50372b6bb3318e68a037dd795

Contents?: true

Size: 357 Bytes

Versions: 3

Compression:

Stored size: 357 Bytes

Contents

<!doctype html>
<html>
<head>
  <title>Dummy</title>
  <%= stylesheet_link_tag 'application' %>
  <%= javascript_include_tag 'application' %>
  <%= csrf_meta_tags %>
</head>
<body>
  <% flash.each do |name, message| %>
    <%= content_tag :p, class: "flash flash-#{name}" do %>
      <%= message %>
    <% end %>
  <% end %>

  <%= yield %>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dismissible_blocks-1.1.1 test/dummy/app/views/layouts/application.html.erb
dismissible_blocks-1.1.0 test/dummy/app/views/layouts/application.html.erb
dismissible_blocks-0.0.2 test/dummy/app/views/layouts/application.html.erb