Sha256: 432d764fcf2e191ce0beada6f67da7fb82972a76de45cee44369b09d34d1fc18
Contents?: true
Size: 429 Bytes
Versions: 6
Compression:
Stored size: 429 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
6 entries across 6 versions & 1 rubygems