Remove the all pastes listing.

* modules/lodgeit/templates/layout.html.erb: Adjusted to match the
changes made in https://review.openstack.org/16808 for the show_all
function/rule.

Change-Id: I2b5b600e1c35e4d5a179c47e1722a9b3792bbbcc
Reviewed-on: https://review.openstack.org/16930
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Jeremy Stanley 2012-11-26 22:09:53 +00:00 committed by Jenkins
parent dee47226a0
commit 1d694ed2c0
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@
<ul id="navigation">
{%- for href, id, caption in [
('pastes/new_paste', 'new', _('New')),
('pastes/show_all', 'all', _('All')),
('static/about', 'about', _('About')),
('static/help', 'help', '?')
] %}