Skip to content

Commit 53a2d36

Browse files
committed
Change 'On-floor' label to 'On-floor Status'
- you know I'm a ho for those squars - fixes: #179
1 parent 86e66ac commit 53a2d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/templates/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h5 class="email">{{username}}@csh.rit.edu</h5>
1717
{% if active %}
1818
<span class="label label-success">Active</span> {% else %}
1919
<span class="label label-danger">Inactive</span> {% endif %} {% if onfloor %}
20-
<span class="label label-primary">On-floor</span> {% else %}
20+
<span class="label label-primary">On-floor Status</span> {% else %}
2121
<span class="label label-default">Off-floor</span> {% endif %} {% if voting %}
2222
<span class="label label-primary">Voting</span> {% else %}
2323
<span class="label label-default">Non-Voting</span> {% endif %}

0 commit comments

Comments
 (0)