@@ -56,9 +56,9 @@ <h4>Sectors</h4>
56
56
</ div >
57
57
58
58
< footer class ="card__controls ">
59
- < a href ="{{ result.url }} " class ="button " target ="_blank "> < i class ="material-icons "> link </ i > </ a >
59
+ < a href ="{{ result.url }} " class ="button " target ="_blank "> < i class ="material-icons " title =" Visit the website for this list " > launch </ i > </ a >
60
60
< div class ="card__list-code "> < p > List Code < code > {{ result.code }}</ code > </ p > </ div >
61
- < a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons "> zoom_out_map </ i > </ a >
61
+ < a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons " title =" More information about this list " > info_outline </ i > </ a >
62
62
</ footer >
63
63
</ article >
64
64
</ div >
@@ -117,9 +117,9 @@ <h4>Sectors</h4>
117
117
</ div >
118
118
119
119
< footer class ="card__controls ">
120
- < a href ="{{ result.url }} " class ="button " target ="_blank "> < i class ="material-icons "> link </ i > </ a >
120
+ < a href ="{{ result.url }} " class ="button " target ="_blank "> < i class ="material-icons " title =" Visit the website for this list " > launch </ i > </ a >
121
121
< div class ="card__list-code "> < p > List Code < code > {{ result.code }}</ code > </ p > </ div >
122
- < a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons "> zoom_out_map </ i > </ a >
122
+ < a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons " title =" More information about this list " > info_outline </ i > </ a >
123
123
</ footer >
124
124
</ article >
125
125
</ div >
@@ -176,9 +176,9 @@ <h4>Sectors</h4>
176
176
</ div >
177
177
178
178
< footer class ="card__controls ">
179
- < a href ="{{ result.url }} " class ="button " target ="_blank "> < i class ="material-icons "> link </ i > </ a >
179
+ < a href ="{{ result.url }} " class ="button " target ="_blank "> < i class ="material-icons " title =" Visit the website for this list " > launch </ i > </ a >
180
180
< div class ="card__list-code "> < p > List Code < code > {{ result.code }}</ code > </ p > </ div >
181
- < a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons "> zoom_out_map </ i > </ a >
181
+ < a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons " title =" More information about this list " > info_outline </ i > </ a >
182
182
</ footer >
183
183
</ article >
184
184
</ div >
0 commit comments