Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/views/statistics/members_boxes.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</tr>
<tr>
<th>Available Spaces:</th>
<td>{{ $totalSpaces - $inUse }}</td><td>This is the number of available shelf spaces we have across the two "Member's storage" rooms, this number needs to be above 0 for you to buy a box.</td>
<td>{{ $totalSpaces - $inUse }}</td><td>This is the number of available shelf spaces we have across the two "Member's storage" rooms. This number needs to be above 0 for you to buy a box.</td>
</tr>
<tr>
<th>In Use:</th>
Expand All @@ -28,7 +28,7 @@
</tr>
<tr>
<th>Total Boxes:</th>
<td>{{ $total }}</td><td>Total number of boxes registers in HMS.</td>
<td>{{ $total }}</td><td>Total number of boxes registered in HMS.</td>
</tr>
</table>
@can('box.view.all')
Expand Down
2 changes: 1 addition & 1 deletion resources/views/statistics/zone_occupants.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="container">
<p>This shows the number of current members in each area of the {{ config('branding.space_type') }}</p>

<p>These are very rough numbers based on RFID entries and exits where available. We don't track exits at all doors and tailgating can no be account for. Every 12 hours we reset any members in a zone for over {{ $resetHours }} hours back to off-site.</p>
<p>These are very rough numbers based on RFID entries and exits where available. We don't track exits at all doors and tailgating can not be accounted for. Every 12 hours we reset any members in a zone for over {{ $resetHours }} hours back to off-site.</p>
<table class="table">
<thead>
<th>Zone</th>
Expand Down