Sha256: e01218418233ba2243ac894473e14e80baefc1e6869166ea1671861554f7e1b5
Contents?: true
Size: 298 Bytes
Versions: 6
Compression:
Stored size: 298 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= content_tag :div, :class => :container do %> <%= show_flashes %> <%= yield %> <% end %> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems