]> BookStack Code Mirror - bookstack/blobdiff - resources/views/entities/meta.blade.php
Notifications: Extracted watch options, updated UI further
[bookstack] / resources / views / entities / meta.blade.php
index b657d82deaab79a42dd4cce4957a06811c0a04db..0bda1293828e909608b60184d0aca1414f27cd65 100644 (file)
         </a>
     @endif
 
-    <div class="dropdown-container">
-        <div class="entity-meta-item">
+    <div component="dropdown"
+         class="dropdown-container my-xxs">
+        <a refs="dropdown@toggle" href="#" class="entity-meta-item my-none">
             @icon('watch')
             <span>Watching with default preferences</span>
-        </div>
+        </a>
         @include('entities.watch-controls', ['entity' => $entity])
     </div>
 </div>
\ No newline at end of file