Skip to content

Commit 72e9ccd

Browse files
author
Bob Harper
committed
add title to icons
1 parent 1b34775 commit 72e9ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prefix_finder/frontend/templates/results.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h4>Sectors</h4>
115115
</div>
116116

117117
<footer class="card__controls">
118-
<a href="{{ result.url }}" class="button" target="_blank"><i class="material-icons">launch</i></a>
118+
<a href="{{ result.url }}" class="button" target="_blank"><i class="material-icons" title="Visit the website for this list">launch</i></a>
119119
<div class="card__list-code"><p>List Code <code>{{ result.code }}</code></p></div>
120120
<a href="{% url "list" result.code %}" class="button"><i class="material-icons" title="More information about this list">info_outline</i></a>
121121
</footer>
@@ -174,7 +174,7 @@ <h4>Sectors</h4>
174174
</div>
175175

176176
<footer class="card__controls">
177-
<a href="{{ result.url }}" class="button" target="_blank"><i class="material-icons">launch</i></a>
177+
<a href="{{ result.url }}" class="button" target="_blank"><i class="material-icons" title="Visit the website for this list">launch</i></a>
178178
<div class="card__list-code"><p>List Code <code>{{ result.code }}</code></p></div>
179179
<a href="{% url "list" result.code %}" class="button"><i class="material-icons" title="More information about this list">info_outline</i></a>
180180
</footer>

0 commit comments

Comments
 (0)