Sha256: c93ccec140106f5bc8a610e040dbacf55cb0fb0bd68480322be9cb2b6bbcbe70
Contents?: true
Size: 366 Bytes
Versions: 28
Compression:
Stored size: 366 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? %> <%= content_tag :p, flash[:alert], :id => 'alert' unless flash[:alert].blank? %> <%= yield %> </body> </html>
Version data entries
28 entries across 28 versions & 4 rubygems