Merge pull request #4468 from xfalcox/last-visit-adjusts

Last visit adjusts
This commit is contained in:
Jeff Atwood 2016-09-27 22:27:17 +02:00 committed by GitHub
commit 214056e782
3 changed files with 6 additions and 2 deletions

View File

@ -14,9 +14,12 @@
{{#if hasTopics}}
{{topic-list
highlightLastVisited=true
showPosters=true
currentUser=currentUser
hideCategory=model.hideCategory
order=order
ascending=ascending
topics=model.topics
expandGloballyPinned=expandGloballyPinned
expandAllPinned=expandAllPinned

View File

@ -52,7 +52,8 @@ html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-ligh
td span {
background-color: $secondary;
color: scale-color($danger, $lightness: 60%);
padding: 0px 10px;
padding: 0px 8px;
font-size: 0.929em;
}
}

View File

@ -1224,7 +1224,7 @@ en:
current_user: 'go to your user page'
topics:
new_messages_marker: "Last Visit"
new_messages_marker: "last visit"
bulk:
unlist_topics: "Unlist Topics"
reset_read: "Reset Read"