File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ <h3 class="page-title">Intro Evaluations</h3>
3030 < img class ="eval-user-img " alt ="{{m['uid']}} " src ="https://profiles.csh.rit.edu/image/{{m['uid']}} " width ="100 " height ="100 " />
3131 {% if m['ldap_account'] %}
3232 {% if m['status'] == "Passed" %}
33- < i class ="bi bi-check white success eval-user-status "> </ i >
33+ < i class ="bi bi-check2 white success eval-user-status "> </ i >
3434 {% elif m['status'] == "Pending" %}
3535 < i class ="bi bi-hourglass white warning eval-user-status "> </ i >
3636 {% else %}
@@ -196,7 +196,7 @@ <h4>Other Comments</h4>
196196 </ td >
197197 < td >
198198 {% if m['status'] == "Passed" %}
199- < i class ="bi bi-check green "> </ i > Passed
199+ < i class ="bi bi-check2 green "> </ i > Passed
200200 {% elif m['status'] == "Pending" %}
201201 < i class ="bi bi-hourglass yellow "> </ i > Pending
202202 {% else %}
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ <h6 class="hm-date">07/31/2016</h6>
239239 </ div >
240240 < div class ="col-xs-4 ">
241241 < button type ="button " class ="btn btn-outline-secondary btn-sm hm-present-btn ">
242- < i class ="bi bi-check green " style ="padding-right:5px "> </ i > Mark Present
242+ < i class ="bi bi-check2 green " style ="padding-right:5px "> </ i > Mark Present
243243 </ button >
244244 </ div >
245245 < div class ="col-xs-12 ">
@@ -312,7 +312,7 @@ <h6 class="hm-date">07/31/2016</h6>
312312 </ div >
313313 < div class ="col-xs-4 ">
314314 < button type ="button " class ="btn btn-outline-secondary btn-sm hm-present-btn ">
315- < i class ="bi bi-check green " style ="padding-right:5px "> </ i > Mark Present
315+ < i class ="bi bi-check2 green " style ="padding-right:5px "> </ i > Mark Present
316316 </ button >
317317 </ div >
318318 < div class ="col-xs-12 ">
Original file line number Diff line number Diff line change 2222 </ ul >
2323 </ li >
2424 < li class ="dropdown ">
25- < a href ="# " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> < i class ="bi bi-card- list "> </ i > Forms < span class ="caret "> </ span > </ a >
25+ < a href ="# " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> < i class ="bi bi-list-ul "> </ i > Forms < span class ="caret "> </ span > </ a >
2626 < ul class ="dropdown-menu ">
2727 < li > < a href ="/major_project "> < i class ="bi bi-star-fill "> </ i > Major Project</ a > </ li >
2828 {% if check_current_student(username) %}
3737 < li > < a href ="/housing "> < i class ="bi bi-house-door-fill "> </ i > Housing</ a > </ li >
3838
3939 < li class ="dropdown ">
40- < a href ="# " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> < i class ="bi bi-check "> </ i > Attendance
40+ < a href ="# " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> < i class ="bi bi-check2 "> </ i > Attendance
4141 {% if is_eboard and pending_review != 0 %}
4242 ({{pending_review}})
4343 {% endif %}
Original file line number Diff line number Diff line change 2222 </ ul >
2323 </ li >
2424 < li class ="dropdown ">
25- < a href ="# " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> < i class ="bi bi-card- list "> </ i > Forms < span class ="caret "> </ span > </ a >
25+ < a href ="# " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> < i class ="bi bi-list-ul "> </ i > Forms < span class ="caret "> </ span > </ a >
2626 < ul class ="dropdown-menu ">
2727 < li > < a href ="/major_project "> < i class ="bi bi-star-fill "> </ i > Major Project</ a > </ li >
2828 {% if check_current_student(username) %}
3737 < li > < a href ="/housing "> < i class ="bi bi-house-door-fill "> </ i > Housing</ a > </ li >
3838
3939 < li class ="dropdown ">
40- < a href ="# " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> < i class ="bi bi-check "> </ i > Attendance
40+ < a href ="# " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> < i class ="bi bi-check2 "> </ i > Attendance
4141 {% if is_eboard and pending_review != 0 %}
4242 ({{pending_review}})
4343 {% endif %}
You can’t perform that action at this time.
0 commit comments