shorten top links to avoid running into each other on small screens

This commit is contained in:
joshua stein 2012-11-13 11:43:49 -06:00
parent 69facd5408
commit 70f9208a7b

View file

@ -33,8 +33,8 @@
<% links = {
"/" => "Home",
"/newest" => "Newest Stories",
"/comments" => "Newest Comments"
"/newest" => "Newest",
"/comments" => "Comments"
} %>
<% if @user %>