Sha256: c89a519572e855982015146a4b7373b14d4580b7970f7cc721d02a126d279c81
Contents?: true
Size: 426 Bytes
Versions: 13
Compression:
Stored size: 426 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Exception Track</title> <%= stylesheet_link_tag "exception-track/application", media: "all" %> <%= csrf_meta_tags %> </head> <body> <div class="container"> <% if notice %> <div id="notice"><%= notice %></div> <% end %> <%= yield %> </div> <div class="footer"> <a href="https://github.com/rails-engine/exception-track">ExceptionTrack</a> powered. </div> </body> </html>
Version data entries
13 entries across 13 versions & 1 rubygems