We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff84b83 commit ace4907Copy full SHA for ace4907
2 files changed
client/javascripts/components/modules/loadStories.js
@@ -72,7 +72,6 @@ JS.Modules.LoadStories = (function() {
72
'</h2>' +
73
'<p class="tcs tfh">' +
74
'via ' + '<span class="twsb">' + story.name + '</span>' +
75
- ' | ' + '<time class="tsi">' + story.date + '</time>' +
76
' | ' + '<a class="' + commentClass(story.comment_count) + '" href="/news/' + story.slug + '#comments">View Discussion ' + commentNumber(story.comment_count) + '</a>' +
77
'</p>' +
78
'<p class="tcs tfh">' + story.body + '</p>' +
views/news/index.jade
@@ -65,8 +65,6 @@ block content
65
| via
66
span.twsb= story.name
67
| |
68
- time.tsi= story.date
69
- | |
70
a(href='/news/' + story.slug + '#comments')
71
| View Discussion
if story.comment_count > 0
0 commit comments