Sha256: 1a0f59b740063d512b149265ad837fa1a945d81ca3dbd36766d0528e31fa06fa
Contents?: true
Size: 285 Bytes
Versions: 4
Compression:
Stored size: 285 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>RailsApp</title> <%= stylesheet_link_tag :all %> <%= javascript_include_tag :defaults %> <%= csrf_meta_tag %> </head> <body> <%= content_tag :p, flash[:notice], :id => 'notice' unless flash[:notice].blank? %> <%= yield %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems