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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user