cosmetic
This commit is contained in:
parent
9f338f1ff1
commit
46098a85a7
@ -66,13 +66,13 @@ class FeedsActions extends dcActions
|
|||||||
dcPage::jsLoad('js/_posts_actions.js') .
|
dcPage::jsLoad('js/_posts_actions.js') .
|
||||||
$head
|
$head
|
||||||
);
|
);
|
||||||
echo
|
echo
|
||||||
$breadcrumb .
|
$breadcrumb .
|
||||||
(new Para())->items([
|
(new Para())->items([
|
||||||
(new Link())
|
(new Link())
|
||||||
->class('back')
|
->class('back')
|
||||||
->href($this->getRedirection(true))
|
->href($this->getRedirection(true))
|
||||||
->text(__('Back to feeds list'))
|
->text(__('Back to feeds list')),
|
||||||
])->render();
|
])->render();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user