Skip to content

Commit c7a645a

Browse files
committed
merge button pr in here
1 parent b375f26 commit c7a645a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

app/assets/stylesheets/pages/volunteers.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ table#volunteers.dataTable.hover > tbody > tr.selected:hover > * {
3333
border: 1px solid #757575;
3434
}
3535

36+
table#volunteers.dataTable {
37+
.emancipation-btn {
38+
padding: 5px 10px;
39+
font-size: 10px;
40+
line-height: 16px;
41+
vertical-align: middle;
42+
}
43+
}

app/javascript/src/dashboard.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,14 @@ $(() => { // JQuery's callback for the DOM loading
212212
`
213213
})
214214
const caseNumbers = `
215-
<span class="mobile-label">Case Number(s)</span>
216-
${links.join(', ')}
215+
<span class="mobile-label">Case Total</span>
216+
${links.length}
217217
`
218+
219+
// const caseNumbers = `
220+
// <span class="mobile-label">Case Number(s)</span>
221+
// ${links.join(', ')}
222+
// `
218223
return caseNumbers
219224
},
220225
orderable: false

0 commit comments

Comments
 (0)