Skip to content

Commit

Permalink
Merge pull request #829 from anaHue/fix_missing_icon
Browse files Browse the repository at this point in the history
[Frontend/Submissions] fix - change class for file code icon
  • Loading branch information
Drumor committed Jul 4, 2022
2 parents e82fa89 + 257272b commit d217a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inginious/frontend/templates/course_admin/submissions.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h2>{{_("Submissions")}}</h2>
<td>
<div class="btn-group btn-group-sm" role="group">
<a href="{{get_homepath()}}/submission/{{submission['_id']}}"
class="btn btn-secondary" title="{{ _('View submission') }}" data-toggle="tooltip" data-placement="bottom"><i class="fa file-code-o fa-fw"></i></a>
class="btn btn-secondary" title="{{ _('View submission') }}" data-toggle="tooltip" data-placement="bottom"><i class="fa fa-file-code-o fa-fw"></i></a>
<a href="{{get_homepath()}}/admin/{{course.get_id()}}/submissions?download_submission={{submission['_id']}}#alerts" class="btn btn-secondary" title="{{ _('Download submission') }}" data-toggle="tooltip"
data-placement="bottom"><i class="fa fa-download"></i></a>
{% if is_admin %}
Expand Down

0 comments on commit d217a51

Please sign in to comment.