]> BookStack Code Mirror - bookstack/blobdiff - resources/views/comments/create.blade.php
Add the "Create Shelf" resp. "Create Book" to the home view
[bookstack] / resources / views / comments / create.blade.php
index 29d6f1974513ded484070437ddd7b6a97f5249af..61e41a354fab3214883296238e9ee55ac7c9a130 100644 (file)
             <div class="form-group text-right">
                 <button type="button" class="button outline"
                         action="hideForm">{{ trans('common.cancel') }}</button>
-                <button type="submit" class="button primary">{{ trans('entities.comment_save') }}</button>
+                <button type="submit" class="button">{{ trans('entities.comment_save') }}</button>
             </div>
             <div class="form-group loading" style="display: none;">
                 @include('partials.loading-icon', ['text' => trans('entities.comment_saving')])
             </div>
         </form>
     </div>
-</div>
-
-<div class="form-group text-right" comment-add-button>
-    <button type="button" action="addComment"
-            class="button outline">{{ trans('entities.comment_add') }}</button>
 </div>
\ No newline at end of file