mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
Update icon for link to correct submissions in challenge page (#1593)
* Update icon for link to correct submissions to `fa-tasks`
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
title="Preview Challenge"></i>
|
title="Preview Challenge"></i>
|
||||||
</a>
|
</a>
|
||||||
<a class="no-decoration" href="{{ url_for('admin.submissions_listing', submission_type='correct', field='challenge_id', q=challenge.id) }}">
|
<a class="no-decoration" href="{{ url_for('admin.submissions_listing', submission_type='correct', field='challenge_id', q=challenge.id) }}">
|
||||||
<i class="btn-fa fas fa-check-circle fa-2x px-2" data-toggle="tooltip" data-placement="top"
|
<i class="btn-fa fas fa-tasks fa-2x px-2" data-toggle="tooltip" data-placement="top"
|
||||||
title="Correct Submissions"></i>
|
title="Correct Submissions"></i>
|
||||||
</a>
|
</a>
|
||||||
<a class="delete-challenge">
|
<a class="delete-challenge">
|
||||||
|
|||||||
Reference in New Issue
Block a user