Sha256: f1a1a08d7a1bf293110f23e47029823a6df5a28accac29bc0faf9d61d85efa3c
Contents?: true
Size: 282 Bytes
Versions: 2
Compression:
Stored size: 282 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Bank</title> <%= stylesheet_link_tag "application", media: "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <div style="color: green"><%= flash[:notice] %></div> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
command_model-2.1.1 | examples/bank/app/views/layouts/application.html.erb |
command_model-2.1.0 | examples/bank/app/views/layouts/application.html.erb |