From 8554537e48d6ed18ef08cb3ac0a9da96ac3c5cd6 Mon Sep 17 00:00:00 2001
From: Steve Klabnik
Date: Fri, 14 Dec 2012 15:44:57 -0500
Subject: Revert "Merge pull request #8499 from
schneems/schneems/html-route-inspector"
This reverts commit ae68fc3864e99ab43c18fd12577744e1583f6b64, reversing
changes made to 0262a18c7b0ab6f60fee842b3007388f9ffeb0fa.
See here: https://github.com/rails/rails/pull/8499#issuecomment-11356417
---
.../lib/rails/templates/rails/info/routes.html.erb | 27 +---------------------
1 file changed, 1 insertion(+), 26 deletions(-)
(limited to 'railties/lib/rails/templates')
diff --git a/railties/lib/rails/templates/rails/info/routes.html.erb b/railties/lib/rails/templates/rails/info/routes.html.erb
index 8a7e4d37a0..890f6f5b03 100644
--- a/railties/lib/rails/templates/rails/info/routes.html.erb
+++ b/railties/lib/rails/templates/rails/info/routes.html.erb
@@ -1,7 +1,3 @@
-
Routes
@@ -10,25 +6,4 @@
Routes match in priority from top to bottom
-
- Helper
- <%= link_to "Path", "#", 'data-route-helper' => 'path',
- title: "Returns a relative path (without the http or domain)" %> /
- <%= link_to "Url", "#", 'data-route-helper' => 'url',
- title: "Returns an absolute url (with the http and domain)" %>
- |
- HTTP Verb |
- Path |
- Controller#Action |
- <%= @info.html_safe %>
-
-
-
\ No newline at end of file
+<%= @info %>
\ No newline at end of file
--
cgit v1.2.3