Sha256: 054feb2c4aa10e0f9d5a01f8a6aaa9625ffca952d37e202ccfb564ce8e2ad96b

Contents?: true

Size: 487 Bytes

Versions: 3

Compression:

Stored size: 487 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Dummy</title>
  <%= stylesheet_link_tag    "application" %>
  <%= javascript_include_tag "application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%- if has_flash?(:default) %>
  <h3>Default Flash Messages:</h3>
  <%= flush_flash(:default, using: "shared/flash_messages") %>
<%- end %>

<%= yield %>

<h3>Flash Messages Assigned to :bottom will be in the following</h3>

<%= flush_flash(:bottom, using: "shared/flash_messages") %>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flushing-flash-0.4.2 test-dummies/dummy/app/views/layouts/application.html.erb
flushing-flash-0.4.1 test/dummy/app/views/layouts/application.html.erb
flushing-flash-0.3.0 test/dummy/app/views/layouts/application.html.erb