You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conditional/templates/dashboard.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,7 @@ <h3 class="panel-title">Missed House Meetings</h3>
277
277
{% endif %}
278
278
279
279
{% if cm_attendance_len == 0 %}
280
-
<divclass="alert alert-warning">You have not attended any committee meetings.</div>
280
+
<divclass="alert alert-warning"><spanclass="glyphicon glyphicon-exclamation-sign white" style="padding-right:5px"></span>You have not attended any committee meetings.</div>
Copy file name to clipboardExpand all lines: conditional/templates/intro_evals.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
{% extends "nav.html" %} {% block body %}
2
2
<divclass="container main">
3
+
{% if members|length > 0 %}
3
4
{% for m in members %}
4
5
<divclass="panel panel-default">
5
6
<divclass="panel-body eval-panel">
@@ -113,8 +114,9 @@ <h4>Other Notes</h4>
113
114
</div>
114
115
115
116
</div>
116
-
117
-
118
117
{% endfor %}
118
+
{% else %}
119
+
<divclass="alert alert-info" role="alert"><spanclass="glyphicon glyphicon-info-sign white" style="padding-right:5px"></span> There are currently no active intro members.</div>
0 commit comments