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 = { <% links = {
"/" => "Home", "/" => "Home",
"/newest" => "Newest Stories", "/newest" => "Newest",
"/comments" => "Newest Comments" "/comments" => "Comments"
} %> } %>
<% if @user %> <% if @user %>