Fixes info buttons' text in Camper News search results

In Camper News search results "more info..." buttons' text changes to "more info.more info...". This commit fixes that.
This commit is contained in:
Arsen Melikyan
2015-08-22 17:11:44 +04:00
parent adc50b764d
commit 37b4530df2

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 +