Explorar el Código

adde bookmark button

ryuichi-e hace 6 años
padre
commit
eecff818bc
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/client/js/components/Navbar/GrowiSubNavigation.jsx

+ 3 - 0
src/client/js/components/Navbar/GrowiSubNavigation.jsx

@@ -90,6 +90,9 @@ const GrowiSubNavigation = (props) => {
           </div>
         ) }
         { !isPageInTrash && (
+          <div>
+            <BookmarkButton pageId={pageId} crowi={appContainer} />
+          </div>
         ) }
 
         {/* Page Authors */}