seyhunak/log_exceptions

View on GitHub
app/views/layouts/log_exceptions/application.html.erb

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<head>
  <title>Log Exceptions</title>
  <%= stylesheet_link_tag    "log_exceptions/application", :media => "all" %>
  <%= javascript_include_tag "log_exceptions/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

  <div class="container">
    <%= yield %>
  </div>

</body>
</html>