Sha256: b15494ef61977da723518d349f037985318e3e1bf6d23e203c39280f33e555bc
Contents?: true
Size: 427 Bytes
Versions: 47
Compression:
Stored size: 427 Bytes
Contents
<!-- Show the header, format the entire page, and show all other pages below header --> <!DOCTYPE html> <html> <head> <title>Hubstats</title> <%= stylesheet_link_tag "hubstats/application", :media => "all" %> <%= javascript_include_tag "hubstats/application" %> <%= csrf_meta_tags %> </head> <body> <%= render 'hubstats/partials/header' %> <%= yield %> <%= render 'hubstats/partials/footer' %> </body> </html>
Version data entries
47 entries across 47 versions & 1 rubygems