mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
@@ -79,7 +79,7 @@ class IndexController extends Controller
|
||||
$this->ruleGroupRepos->resetRuleGroupOrder();
|
||||
$ruleGroups = $this->ruleGroupRepos->getRuleGroupsWithRules($user);
|
||||
|
||||
return view('rules.index', compact('ruleGroups'));
|
||||
return prefixView('rules.index', compact('ruleGroups'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user