diff --git a/modules/lodgeit/templates/layout.html.erb b/modules/lodgeit/templates/layout.html.erb
index ae6d257ea4..5fef1c8941 100644
--- a/modules/lodgeit/templates/layout.html.erb
+++ b/modules/lodgeit/templates/layout.html.erb
@@ -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', '?')
         ] %}