Sha256: b3fcc22c5cc3468fa6d83a28a97b293e83c69d9edf7fb8bb01b0a27b1678f354

Contents?: true

Size: 240 Bytes

Versions: 8

Compression:

Stored size: 240 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>ExceptionHandlerTestApp</title>
  <%= stylesheet_link_tag :all %>
  <%= javascript_include_tag :defaults %>
  <%= csrf_meta_tag %>
</head>
<body>

this_is_the_home_layout
<%= yield %>

</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rails_exception_handler-1.3.0 spec/testapp_30/app/views/layouts/home.html.erb
rails_exception_handler-1.2.1 spec/testapp_30/app/views/layouts/home.html.erb
rails_exception_handler-1.2.0 spec/testapp_30/app/views/layouts/home.html.erb
rails_exception_handler-1.1.2 spec/testapp_30/app/views/layouts/home.html.erb
rails_exception_handler-1.1.1 spec/testapp_30/app/views/layouts/home.html.erb
rails_exception_handler-1.1.0 spec/testapp_30/app/views/layouts/home.html.erb
rails_exception_handler-1.0.1 spec/testapp_30/app/views/layouts/home.html.erb
rails_exception_handler-1.0.0 spec/testapp_30/app/views/layouts/home.html.erb