Sha256: 12310d64f21ebf181d32d6939a790b1942bf0b5a53271a3936723efb3ac49f69
Contents?: true
Size: 219 Bytes
Versions: 9
Compression:
Stored size: 219 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= yield :head -%> <%= csrf_meta_tags %> </head> <body> <%= link_to 'Homepage', url_for(controller: '/home', action: :index) -%> <%= yield %> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems