Sha256: 0414272025b53db1f4a31c0f175222de149b04ac030aa875ac555892bd1a914a
Contents?: true
Size: 486 Bytes
Versions: 1
Compression:
Stored size: 486 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <%= csrf_meta_tag %> <title><%= yield(:title) || "Exception Logger" %></title> <%= stylesheet_link_tag "exception_logger/application" %> <%= auto_discovery_link_tag(:rss, {:action => "feed"}, {:title => "RSS Feed"}) %> </head> <body> <div id="container"> <%= yield %> </div> <br style="clear:both" /> <%= javascript_include_tag "exception_logger/application" %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exception_logger-0.2.0 | app/views/layouts/exception_logger/application.html.erb |