Add fontawesome as required by newer bootstrap

This commit is contained in:
Tyson Whitehead
2019-08-28 15:38:17 -04:00
parent cd0ff484f7
commit eb8a0f279a
9 changed files with 18 additions and 11 deletions

View File

@ -2,7 +2,7 @@
[% PROCESS common.tt %]
<div class="btn-group pull-right">
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#"><i class="icon-white icon-eye-open"></i> Compare to...</a>
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#"><i class="fas fa-eye"></i> Compare to...</a>
<ul class="dropdown-menu">
<li><a href="?">Preceding evaluation in this jobset</a></li>
<li class="divider"></li>