Skip to content

Commit 2a24442

Browse files
committed
Search results page - remove direct link to site URL, always send user to list info page
1 parent 0e2d710 commit 2a24442

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

prefix_finder/frontend/templates/results-list.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ <h4>Sectors</h4>
3535
</div>
3636

3737
<footer class="card__controls">
38-
<a href="{{ result.url }}" class="button" target="_blank"><i class="material-icons" title="Visit the website for this list">launch</i></a>
3938
<div class="card__list-code"><p>List Code <code>{{ result.code }}</code></p></div>
4039
<a href="{% url "list" result.code %}" class="button"><i class="material-icons" title="More information about this list">info_outline</i></a>
4140
</footer>

0 commit comments

Comments
 (0)