Sha256: 7b74efa317919caa820eb0912601093e9751d6f407c9464e5ee0e75e5da9cbe2
Contents?: true
Size: 471 Bytes
Versions: 11
Compression:
Stored size: 471 Bytes
Contents
<h1>Flash message:</h1> <% if flash[:info] -%> <p style="border: 2px solid black; background: #ccff99; padding: 5px; color: green;"> <%= flash[:info] %> </p> <%= link_to 'GET', :controller => 'Caterpillar::Session', :action => :flash_msg -%><br /> <% form_tag( :controller => 'Caterpillar::Session', :action => :flash_msg ) do -%> <div><%= submit_tag 'POST' %></div> <% end -%> <% else -%> There is something wrong with flash. <% end -%>
Version data entries
11 entries across 11 versions & 1 rubygems