Sha256: ba63c0653e5c8344147ec8624e2f48df99db73616525cc0d4dd49130b3dd3d5f
Contents?: true
Size: 509 Bytes
Versions: 9
Compression:
Stored size: 509 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title><%%= "Página inicial - #{ yield(:title) }" %></title> <%%= stylesheet_link_tag 'site' %> <%%= yield(:head) %> <%%= csrf_meta_tag %> </head> <body> <div id="header"> <%%= link_to image_tag("logo.png"), root_path %> </div> <div id="container"> <%%= raw flash_messages %> <%%= yield %> </div> <%%= analytics "UA-XXXXX" %> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems