Sha256: d40eec839464dbf7bef3f8ae203c3f30e0de1498284386b079bd25e9f9e07d1a
Contents?: true
Size: 609 Bytes
Versions: 2
Compression:
Stored size: 609 Bytes
Contents
<!DOCTYPE html> <html> <head> <!--Info --> <title><%= "Code #{@status} (#{details[:name]}) | #{@app_name.upcase}" %></title> <%= stylesheet_link_tag "exception_handler/error" %> </head> <!--Body --> <body> <div class="container"> <%= yield %> </div> <!-- Footer --> <footer> <div class="connect"> <%= social %> </div> <div class="app"> <strong><%= link_to @app_name, main_app.root_url, title: "Go to index" %></strong> <span> - <%= @status %> Error</span> </div> </footer> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
exception_handler-0.4.7 | app/views/layouts/exception.html.erb |
exception_handler-0.4.6 | app/views/layouts/exception.html.erb |