Sha256: 8b5cb50d356854611f0b3869ca75d1a0bcfcb0dd2ce50aebb43fa438c5300e20
Contents?: true
Size: 301 Bytes
Versions: 20
Compression:
Stored size: 301 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= controller_class_name %>: <%%= controller.action_name %></title> <%%= stylesheet_link_tag 'scaffold' %> <%%= javascript_include_tag :defaults %> <%%= csrf_meta_tag %> </head> <body> <p class="notice"><%%= notice %></p> <%%= yield %> </body> </html>
Version data entries
20 entries across 17 versions & 4 rubygems