forked from mirror/pixelfed
commit
aed7682798
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
||||||
<span class="d-inline-flex">
|
<span class="d-inline-flex">
|
||||||
<select class="custom-select custom-select-sm font-weight-bold bulk-action">
|
<select class="custom-select custom-select-sm font-weight-bold bulk-action">
|
||||||
<option selected disabled="">Select Bulk Action</option>
|
<option selected disabled="">Select Bulk Action</option>
|
||||||
<option value="1" disabled="">Review (Coming in v0.9.0)</option>
|
<option value="1" disabled="">Review (Coming in a future version)</option>
|
||||||
<option value="2">Add C/W</option>
|
<option value="2">Add C/W</option>
|
||||||
<option value="3">Unlist from timelines</option>
|
<option value="3">Unlist from timelines</option>
|
||||||
<option value="4">No Autolinking</option>
|
<option value="4">No Autolinking</option>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<p class="alert alert-warning">
|
<p class="alert alert-warning">
|
||||||
<strong>Feature Unavailable:</strong> This feature will be released in v0.9.0.
|
<strong>Feature Unavailable:</strong> This feature will be released in a future version.
|
||||||
</p>
|
</p>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue