Sha256: 3e65e8b50f17d78e4ba2ed3b1bf19143cfcc688d738644e49835dd7f8cf7f46c
Contents?: true
Size: 336 Bytes
Versions: 3
Compression:
Stored size: 336 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <% flash.keys.each do |type| %> <div class="flash <%= type.to_s %>"><%=h flash[type].join('<br/>') %></div> <% end %> <%= yield %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems