on home page, show site title instead of "Home"

This commit is contained in:
joshua stein 2014-10-03 17:16:52 -05:00
parent 09bd0026d3
commit b7ede71b31

View file

@ -38,7 +38,7 @@
title="<%= Rails.application.name %> (<%= @traffic.to_i %>)"></a>
<% links = {
"/" => "Home",
"/" => @cur_url == "/" ? Rails.application.name : "Home",
"/recent" => "Recent",
"/comments" => "Comments"
} %>