Sha256: 4e622b3cff411322928e0b3d823347fe61eb23671f16bd7b364a1bbd3db7ad86
Contents?: true
Size: 237 Bytes
Versions: 2
Compression:
Stored size: 237 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>We're sorry, but something went wrong (<%= exception.status_message %>)</title> <%= stylesheet_link_tag "exceptions" %> </head> <body> <div class="dialog"> <%= yield %> </div> </body> </html>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exceptron-0.0.2 | test/dummy/app/views/layouts/exceptions.html.erb |
exceptron-0.0.2 | test/views/layouts/exception_test.html.erb |