diff options
| author | David Heinemeier Hansson <david@loudthinking.com> | 2013-12-17 15:27:24 -0800 |
|---|---|---|
| committer | David Heinemeier Hansson <david@loudthinking.com> | 2013-12-17 15:31:25 -0800 |
| commit | 98fe2ac902baf056c848b1cbd82cfb18ead53cf6 (patch) | |
| tree | 3f417eaa6e7191a86a264164a4b7fd759e9fcf7d | |
| parent | 4f4fdd643f9d19fbbeeec3ac77674f791c9beffa (diff) | |
| download | rails-98fe2ac902baf056c848b1cbd82cfb18ead53cf6.tar.gz rails-98fe2ac902baf056c848b1cbd82cfb18ead53cf6.tar.bz2 rails-98fe2ac902baf056c848b1cbd82cfb18ead53cf6.zip | |
Remove the navigator for now. Its ugly and it promises more than it can deliver. These other views (properties, routes) are not designed to be loaded in isolation
| -rw-r--r-- | railties/lib/rails/templates/layouts/application.html.erb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/railties/lib/rails/templates/layouts/application.html.erb b/railties/lib/rails/templates/layouts/application.html.erb index 4cd74c3f48..5aecaa712a 100644 --- a/railties/lib/rails/templates/layouts/application.html.erb +++ b/railties/lib/rails/templates/layouts/application.html.erb @@ -29,12 +29,7 @@ </style> </head> <body> -<h2> - Your App: - <%= link_to 'mailers', '/rails/mailers' %> | - <%= link_to 'properties', '/rails/info/properties' %> | - <%= link_to 'routes', '/rails/info/routes' %> -</h2> + <%= yield %> </body> |
