<!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>