Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added table name and styling to volunteers without supervisors table #6037

Merged
merged 2 commits into from
Sep 20, 2024
Merged
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
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