Merge pull request #2487 from bugron/bugron-news_more_btn_fix

Fixes info buttons' text in Camper News search results
pull/2569/head
Berkeley Martinez 2015-08-24 11:12:12 -07:00
commit 67681d41f6
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ script.
"</a>" +
"</div>" +
"<div class='story-byline col-xs-12 wrappable'>" +
"<a class='btn btn-no-shadow btn-primary btn-xs btn-primary-ghost' href='/news/" + linkedName + "'>more info.more info...</a> · " +
"<a class='btn btn-no-shadow btn-primary btn-xs btn-primary-ghost' href='/news/" + linkedName + "'>more info...</a> · " +
rank + (rank > 1 ? " points" : " point") + " · posted " +
moment(data[i].timePosted).fromNow() +
" by <a href='/" + data[i].author.username + "'>@" + data[i].author.username +