Sha256: 1bd75afc213642392fd3e457b5ef00778e524b4c98e545959bde64f44b8eaed9
Contents?: true
Size: 259 Bytes
Versions: 5
Compression:
Stored size: 259 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>RailsApp</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= render 'layouts/breadcrumbs' %> <%= yield %> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems