tweak page title for /upvoted

This commit is contained in:
joshua stein 2014-08-17 19:10:32 -05:00
parent e3f6a4edd8
commit 6329041ee8

View file

@ -169,10 +169,10 @@ class HomeController < ApplicationController
paginate @user.upvoted_stories.order('votes.id DESC')
}
@heading = @title = "Upvoted"
@heading = @title = "Your Upvoted Stories"
@cur_url = "/upvoted"
@rss_link = { :title => "RSS 2.0 - Upvoted Items",
@rss_link = { :title => "RSS 2.0 - Your Upvoted Stories",
:href => "/upvoted.rss#{(@user ? "?token=#{@user.rss_token}" : "")}" }
respond_to do |format|