Sha256: 11a65f6a12ebf25aeffbd103cbbd3d16e1954f18dcfcbd7a636f1ea625f03d37
Contents?: true
Size: 509 Bytes
Versions: 4
Compression:
Stored size: 509 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Glengarry</title> <%= stylesheet_link_tag "glengarry/application", :media => "all" %> <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:regular,bold' rel='stylesheet' type='text/css'> <%= javascript_include_tag "glengarry/application" %> <%= csrf_meta_tags %> </head> <body> <header> <h1>Captured Email Leads <small><%= pagination_count %></small> </h1> </header> <div id="page"> <%= yield %> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems