mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
Changed 'Copy All Uploads' to 'Copy All Links' to better represent what it is doing.
This commit is contained in:
parent
123029efd6
commit
191efcb8b0
@ -52,7 +52,7 @@
|
||||
<div class="row" id="upload-action-buttons" style="display: none">
|
||||
<div class="col-sm-12">
|
||||
<div class="btn-group pull-right" role="group">
|
||||
<button type="button" class="btn btn-default btn-sm" id="copy-all"><i class="fa fa-clipboard"></i> Copy All Uploads</button>
|
||||
<button type="button" class="btn btn-default btn-sm" id="copy-all"><i class="fa fa-clipboard"></i> Copy All Links</button>
|
||||
<button type="button" class="btn btn-default btn-sm" id="create-vault"><i class="fa fa-folder"></i> Create Vault</button>
|
||||
@if (User.Identity.IsAuthenticated && Model.Vaults != null && Model.Vaults.Any())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user