]> BookStack Code Mirror - bookstack/blobdiff - resources/views/attachments/manager-link-form.blade.php
Updated attachments to work with new dropzone
[bookstack] / resources / views / attachments / manager-link-form.blade.php
index b51daa40e061a6f22e85fc0ef978b94e5e5326db..e9ec2d6dc9cd40f4edf285cb3b8dd1b7edbc6f85 100644 (file)
@@ -22,6 +22,9 @@
             <div class="text-neg text-small">{{ $errors->first('attachment_link_url') }}</div>
         @endif
     </div>
+    <button component="event-emit-select"
+            option:event-emit-select:name="edit-back"
+            type="button" class="button outline">{{ trans('common.cancel') }}</button>
     <button refs="ajax-form@submit"
             type="button"
             class="button">{{ trans('entities.attach') }}</button>