Tweak volunteer filter display
This commit is contained in:
parent
648fb5ab7c
commit
9580128a5b
|
@ -11,7 +11,7 @@
|
||||||
| )
|
| )
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-2.collapse#filters
|
.col-md-3.collapse#filters
|
||||||
.panel.panel-default
|
.panel.panel-default
|
||||||
.panel-heading
|
.panel-heading
|
||||||
= VolunteerTeam.model_name.human.mb_chars.capitalize
|
= VolunteerTeam.model_name.human.mb_chars.capitalize
|
||||||
|
@ -24,7 +24,8 @@
|
||||||
= content_tag :li, role: "presentation", class: @filters[:volunteer_team_id] == volunteer_team.id.to_s ? 'active' : nil
|
= content_tag :li, role: "presentation", class: @filters[:volunteer_team_id] == volunteer_team.id.to_s ? 'active' : nil
|
||||||
= link_to management_conference_volunteers_path(current_conference, filters: @filters.merge({volunteer_team_id: volunteer_team.id}))
|
= link_to management_conference_volunteers_path(current_conference, filters: @filters.merge({volunteer_team_id: volunteer_team.id}))
|
||||||
= volunteer_team.name
|
= volunteer_team.name
|
||||||
.col-md-10
|
span.badge.pull-right = volunteer_team.volunteers.count
|
||||||
|
.col-md-9
|
||||||
.panel.panel-default
|
.panel.panel-default
|
||||||
table.table.table-striped.table-hover.record-table#conferences
|
table.table.table-striped.table-hover.record-table#conferences
|
||||||
thead
|
thead
|
||||||
|
|
Loading…
Reference in New Issue