Skip to content

Commit

Permalink
Added table name and styling to volunteers without supervisors table (#…
Browse files Browse the repository at this point in the history
…6037)

* added title and styling to volunteers without supervisors table

* Update app/views/supervisors/index.html.erb

Co-authored-by: Yuri Bocharov <quesadillaman@gmail.com>

---------

Co-authored-by: Yuri Bocharov <quesadillaman@gmail.com>
  • Loading branch information
leevic31 and elasticspoon authored Sep 20, 2024
1 parent c5d5232 commit c6f032a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/views/supervisors/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,16 @@
<div class="row">
<div class="col-lg-12">
<div class="card-style mb-30">
<div class="title mb-30">
<h2>Volunteers without Supervisors</h2>
</div>
<% if @available_volunteers.any? %>
<div class="table-wrapper table-responsive">
<table id="active_volunteers" class="table">
<thead>
<tr>
<th><h6>Active volunteers not assigned to supervisors</h6></th>
<th><h6>Assigned to Case(s)</h6></th>
<th>Active volunteers not assigned to supervisors</th>
<th>Assigned to Case(s)</th>
</tr>
<!-- end table row-->
</thead>
Expand Down

0 comments on commit c6f032a

Please sign in to comment.