File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1945,7 +1945,7 @@ <h3 style="margin-top: 40px;">Daily Averages (by feedback status)</h3>
19451945 // Private badge (only show for private reviews)
19461946 const visibilityBadge = review . is_public
19471947 ? ''
1948- : '<span class="visibility-badge visibility-private">🔒 Private</span>' ;
1948+ : '<span class="visibility-badge visibility-private">🔒 Private</span> ' ;
19491949
19501950 html += `
19511951 <li class="review-item status-${ review . status } ">
@@ -1955,13 +1955,12 @@ <h3 style="margin-top: 40px;">Daily Averages (by feedback status)</h3>
19551955 <div style="display: flex; gap: 8px; align-items: center;">
19561956 ${ feedbackBadge }
19571957 ${ adminFeedbackBadge }
1958- ${ visibilityBadge }
19591958 <span class="status-badge status-${ review . status } ">${ review . status } </span>
19601959 </div>
19611960 </div>
19621961 <div class="review-details">
19631962 <div class="review-tree-info">
1964- <strong>${ review . tree } </strong> <span style="color: var(--text-muted);">(${ review . patch_count } patches)</span>
1963+ ${ visibilityBadge } <strong>${ review . tree } </strong> <span style="color: var(--text-muted);">(${ review . patch_count } patches)</span>
19651964 </div>
19661965 <div class="review-meta">
19671966 <span class="submission-type">${ submissionType } </span>
You can’t perform that action at this time.
0 commit comments