Reformat all view files. (#3105)

* Reformat all view files.  Check for matching tags and rearrange to make everything line up.

* Fix regression on asset create where the log was no longer saved.
This commit is contained in:
Daniel Meltzer
2016-12-27 15:03:47 -05:00
committed by snipe
parent cafafe851c
commit 13cf11368f
85 changed files with 6154 additions and 6877 deletions
@@ -55,7 +55,7 @@ class CategoriesController extends Controller
// Show the page
$category_types= Helper::categoryTypeList();
return View::make('categories/edit')->with('item', new Category)
->with('category_types', $category_types);
->with('category_types', $category_types);
}