Merge pull request #2141 from dicarlosystems/change-product-view-module-extension
Changed location of product edit Blade template in module
This commit is contained in:
commit
8de5f8234b
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@
|
|||
</div>
|
||||
|
||||
@foreach(Module::getOrdered() as $module)
|
||||
@if(View::exists($module->alias . '::accounts.product'))
|
||||
@if(View::exists($module->alias . '::products.edit'))
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-lg-offset-1">
|
||||
<div class="panel panel-default">
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
</h3>
|
||||
</div>
|
||||
<div class="panel-body form-padding-right">
|
||||
@includeIf($module->alias . '::accounts.product')
|
||||
@includeIf($module->alias . '::products.edit')
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue