mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 04:14:57 +00:00
BugFixing: home page were blank on no items
When we had no items showing on home page, it were just blank. Turns out that the @empty call that shows the default message were appearing just when it had no items on a product, instead of no items at all. Fixed it moving the paragraph to the right place.
This commit is contained in:
parent
f56d8f4b7a
commit
8575895341
@ -33,11 +33,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@empty
|
@empty
|
||||||
<p>@lang('home.no_messages')<a href="/product">@lang('home.share_item')</a></p>
|
|
||||||
@endforelse
|
@endforelse
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@empty
|
@empty
|
||||||
|
<p>@lang('home.no_messages') <a href="/product">@lang('home.share_item')</a></p>
|
||||||
@endforelse
|
@endforelse
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user