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
3 changed files with 6 additions and 2 deletions

View File

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

View File

@ -52,7 +52,8 @@ html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-ligh
td span { td span {
background-color: $secondary; background-color: $secondary;
color: scale-color($danger, $lightness: 60%); 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' current_user: 'go to your user page'
topics: topics:
new_messages_marker: "Last Visit" new_messages_marker: "last visit"
bulk: bulk:
unlist_topics: "Unlist Topics" unlist_topics: "Unlist Topics"
reset_read: "Reset Read" reset_read: "Reset Read"