mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
More modal iframe dialog handling improvements
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="title-related-links">
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<h2>
|
||||
<h2 class="title">
|
||||
@yield('title')<br>
|
||||
@if($product != null)
|
||||
<span class="text-muted small">{{ $__t('Override for product') }} <strong>{{ $product->name }}</strong></span>
|
||||
@else
|
||||
|
Reference in New Issue
Block a user