From 70f9208a7bd3e1177399368dfe4a922bd1adfe1a Mon Sep 17 00:00:00 2001 From: joshua stein Date: Tue, 13 Nov 2012 11:43:49 -0600 Subject: [PATCH] shorten top links to avoid running into each other on small screens --- app/views/layouts/application.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 5ec31aa..d9a8f50 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -33,8 +33,8 @@ <% links = { "/" => "Home", - "/newest" => "Newest Stories", - "/comments" => "Newest Comments" + "/newest" => "Newest", + "/comments" => "Comments" } %> <% if @user %>