mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
@@ -48,7 +48,7 @@ trait ModelInformation
|
||||
protected function getActionsForBill(Bill $bill): array // get info and augument
|
||||
{
|
||||
try {
|
||||
$result = view(
|
||||
$result = prefixView(
|
||||
'rules.partials.action',
|
||||
[
|
||||
'oldAction' => 'link_to_bill',
|
||||
@@ -139,7 +139,7 @@ trait ModelInformation
|
||||
];
|
||||
foreach ($billTriggers as $index => $trigger) {
|
||||
try {
|
||||
$string = view(
|
||||
$string = prefixView(
|
||||
'rules.partials.trigger',
|
||||
[
|
||||
'oldTrigger' => $trigger,
|
||||
@@ -257,7 +257,7 @@ trait ModelInformation
|
||||
|
||||
foreach ($journalTriggers as $index => $trigger) {
|
||||
try {
|
||||
$string = view(
|
||||
$string = prefixView(
|
||||
'rules.partials.trigger',
|
||||
[
|
||||
'oldTrigger' => $trigger,
|
||||
|
||||
Reference in New Issue
Block a user