File tree 1 file changed +2
-2
lines changed
prefix_finder/frontend/templates
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ <h4>Sectors</h4>
115
115
</ div >
116
116
117
117
< 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 >
119
119
< div class ="card__list-code "> < p > List Code < code > {{ result.code }}</ code > </ p > </ div >
120
120
< a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons " title ="More information about this list "> info_outline</ i > </ a >
121
121
</ footer >
@@ -174,7 +174,7 @@ <h4>Sectors</h4>
174
174
</ div >
175
175
176
176
< 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 >
178
178
< div class ="card__list-code "> < p > List Code < code > {{ result.code }}</ code > </ p > </ div >
179
179
< a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons " title ="More information about this list "> info_outline</ i > </ a >
180
180
</ footer >
You can’t perform that action at this time.
0 commit comments