Skip to content

Commit

Permalink
Tweaked admin console people tab
Browse files Browse the repository at this point in the history
  • Loading branch information
fishdev committed Jan 26, 2019
1 parent 35f89ea commit 053f201
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/util/version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const axios = require('axios');

const current = 'v1.2';
const current = 'v1.2.1';
let latest;

function check() {
Expand Down
2 changes: 1 addition & 1 deletion server/views/admin.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<span class="icon is-small">
<i class="fa fa-shield-alt"></i>
</span>
<span>Users</span>
<span>Users & Admins</span>
</a>
</li>
<li class="{{#if isPeopleStudents}}is-active{{/if}}">
Expand Down
2 changes: 1 addition & 1 deletion server/views/partials/students.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<article class="message is-info">
<div class="message-body">
View data for students based on lab check-ins. The section listed in the table is based on recorded data. You can upload a CSV with the header <code>_id,section</code> to set student section registration.
View data for students based on lab check-ins. The section listed in the table is based on recorded data. You can upload a CSV with the header <code>_id,section</code> to prefill student section registration.
</div>
</article>

Expand Down

0 comments on commit 053f201

Please sign in to comment.