You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/views/topics/_sidebar.html.slim
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,12 @@
6
6
.sidebar-section
7
7
.sidebar-content
8
8
.topics-actionsdata-controller="topics-aware"data-topics-aware-aware-url-value=aware_bulk_topics_path data-topics-aware-aware-all-url-value=aware_all_topics_path data-topics-aware-confirm-visible-value="Mark the displayed threads as aware?"data-topics-aware-confirm-all-value="Mark ALL threads as aware up to now? This will clear the 'New' status everywhere."
9
-
button.mark-aware-buttondata-action="click->topics-aware#markVisibleAware" Mark displayed threads aware
10
-
button.mark-aware-button.secondarydata-action="click->topics-aware#markAllAware" Mark everything up to now aware
9
+
button.mark-aware-buttondata-action="click->topics-aware#markVisibleAware"title="Mark the displayed threads as aware"aria-label="Mark displayed threads aware"
10
+
i.fa-regular.fa-eyearia-hidden="true"
11
+
span Mark visible
12
+
button.mark-aware-button.secondarydata-action="click->topics-aware#markAllAware"title="Mark ALL threads as aware up to now. This clears the New status everywhere."aria-label="Mark all threads aware"
0 commit comments