Fix #4178: add ability to mass undo tag edits.
Adds checkboxes to the /post_versions index allowing you to select and undo multiple versions at once.
This commit is contained in:
9
app/javascript/src/styles/specific/post_versions.scss
Normal file
9
app/javascript/src/styles/specific/post_versions.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
body.c-post-versions.a-index {
|
||||
#subnav-undo-selected-link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.post-version-select-column {
|
||||
min-width: 2em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user