Skip to content

Commit 74531f6

Browse files
donlonjelly
authored andcommitted
Add 'out-of-date' title to flagged packages in search page
1 parent c6f6914 commit 74531f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/packages/search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2>Package Search</h2>
6363
<td>{{ pkg.repo.name|capfirst }}</td>
6464
<td>{% pkg_details_link pkg %}</td>
6565
{% if pkg.flag_date %}
66-
<td><span class="flagged">{{ pkg.full_version }}</span></td>
66+
<td><span class="flagged" title="Flagged out-of-date">{{ pkg.full_version }}</span></td>
6767
{% else %}
6868
<td>{{ pkg.full_version }}</td>
6969
{% endif %}
@@ -110,7 +110,7 @@ <h2>Package Search</h2>
110110
<td>{{ pkg.repo.name|capfirst }}</td>
111111
<td>{% pkg_details_link pkg %}</td>
112112
{% if pkg.flag_date %}
113-
<td><span class="flagged">{{ pkg.full_version }}</span></td>
113+
<td><span class="flagged" title="Flagged out-of-date">{{ pkg.full_version }}</span></td>
114114
{% else %}
115115
<td>{{ pkg.full_version }}</td>
116116
{% endif %}

0 commit comments

Comments
 (0)