From cbeacbb50c0bad8eda693945a45ff18291c853a3 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 21 Oct 2015 21:32:30 -0700 Subject: [PATCH] Revert "further work to make challenges and news navigation consistent across mobile and desktop" This reverts commit 286d0c06c4ba25a232510f164f3d64f0310b6b3a. --- server/views/stories/hot-stories.jade | 4 ++-- server/views/stories/news-nav.jade | 13 +++++++++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/server/views/stories/hot-stories.jade b/server/views/stories/hot-stories.jade index a97da986ef..8cc7bb7659 100644 --- a/server/views/stories/hot-stories.jade +++ b/server/views/stories/hot-stories.jade @@ -48,7 +48,7 @@ (typeof username !== 'undefined' ? "" : "upvote") + - "" + + "" + "" + "" + "" + "" + "
" + - rank + (rank > 1 ? " points" : " point") + " · posted " + - moment(data[i].timePosted).fromNow() + - " by @" + data[i].author.username + + "more info · " + + rank + (rank > 1 ? " points" : " point") + " · posted " + + moment(data[i].timePosted).fromNow() + + " by @" + data[i].author.username + " " + "
" + "" +