diff --git a/views/stories/hot-stories.jade b/views/stories/hot-stories.jade index 899c961820..5ed5637fae 100644 --- a/views/stories/hot-stories.jade +++ b/views/stories/hot-stories.jade @@ -39,8 +39,8 @@ "" + "
" + "" + - "discuss  •  " + - rank + (rank > 1 ? " points" : " point") + "  •   posted " + + "discuss · " + + rank + (rank > 1 ? " points" : " point") + " · posted " + moment(data[i].timePosted).fromNow() + " by @" + data[i].author.username + " " + "" + diff --git a/views/stories/new-stories.jade b/views/stories/new-stories.jade index 714c6ee92f..be4e548b10 100644 --- a/views/stories/new-stories.jade +++ b/views/stories/new-stories.jade @@ -39,8 +39,8 @@ "
" + "
" + "" + - "discuss  •  " + - rank + (rank > 1 ? " points" : " point") + "  •   posted " + + "discuss · " + + rank + (rank > 1 ? " points" : " point") + " · posted " + moment(data[i].timePosted).fromNow() + " by @" + data[i].author.username + " " +" " + "" +