mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
More compact page headers / streamlined new page design for all pages
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
|
||||
<script>
|
||||
Grocy.EditMode = '{{ $mode }}';
|
||||
Grocy.QuantityUnits = {!! json_encode($quantityunits) !!};
|
||||
@@ -43,6 +43,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="my-2 py-1">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-7 pb-3">
|
||||
<form id="recipe-form"
|
||||
|
Reference in New Issue
Block a user