Sha256: c7156f890cf4082da003b5486a0048824771885cbf1f2e122de0cf20f981e371

Contents?: true

Size: 536 Bytes

Versions: 2

Compression:

Stored size: 536 Bytes

Contents

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

<h3>Message by FlushingFlash:</h3>
<%= flush_flash(:notice) %>
<%= flush_flash(:alert) %>

<%= yield %>

<h3>Message by Devise:</h3>
<p>(As the message is consumed by flushing-flash, no more messages will be displayed by the notice and alert method)</p>
<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

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