Skip to content

Commit

Permalink
Close container div tag in routing error page
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jan 5, 2013
1 parent 60e809c commit c1eaff0
Showing 1 changed file with 11 additions and 9 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@
</ol> </ol>
</p> </p>
<% end %> <% end %>
<%= render template: "rescues/_trace" %> <%= render template: "rescues/_trace" %>
<% if @routes_inspector %> <% if @routes_inspector %>
<h2> <h2>
Routes Routes
</h2> </h2>


<p> <p>
Routes match in priority from top to bottom Routes match in priority from top to bottom
</p> </p>


<%= @routes_inspector.format(ActionDispatch::DebugExceptions::TableRoutesFormatter.new(self)) %> <%= @routes_inspector.format(ActionDispatch::DebugExceptions::TableRoutesFormatter.new(self)) %>
<% end %> <% end %>
</div>

0 comments on commit c1eaff0

Please sign in to comment.