We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a2d36 commit 5206f0aCopy full SHA for 5206f0a
conditional/templates/dashboard.html
@@ -18,7 +18,7 @@ <h5 class="email">{{username}}@csh.rit.edu</h5>
18
<span class="label label-success">Active</span> {% else %}
19
<span class="label label-danger">Inactive</span> {% endif %} {% if onfloor %}
20
<span class="label label-primary">On-floor Status</span> {% else %}
21
- <span class="label label-default">Off-floor</span> {% endif %} {% if voting %}
+ <span class="label label-default">Off-floor Status</span> {% endif %} {% if voting %}
22
<span class="label label-primary">Voting</span> {% else %}
23
<span class="label label-default">Non-Voting</span> {% endif %}
24
</div>
0 commit comments