shareit/resources/views/layouts
Bruno Fontes 3d6b0dbeca
Fixed bug causing error 500 on production
Some PHP version or configuration were causing this error.

On app.blade.php of local branch, I could use "$usedItems ? :"
even if $usedItems were null, but I had to check an "isset" to the production.

On HomecController, I had to change the "object" parameter of getUsername
to "\Illuminate\Database\Eloquent\Collection" to make it work.

I took the chance to just show the number of itens in use
if it were greater than 0.
2018-10-16 20:28:59 -03:00
..
app.blade.php Fixed bug causing error 500 on production 2018-10-16 20:28:59 -03:00
errors.blade.php Fixing margins on error messages (errors.blade) 2018-09-13 21:15:40 -03:00
footer.blade.php Added: buttons to change language 2018-09-29 01:49:02 -03:00