mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-02 16:38:38 +00:00
Add missing developer page
This commit is contained in:
parent
a0c6c244d9
commit
3fae7f1d08
12 changed files with 176 additions and 74 deletions
|
@ -49,7 +49,7 @@ class DeveloperController extends Controller
|
|||
|
||||
$this->get('session')->getFlashBag()->add(
|
||||
'notice',
|
||||
'New client created.'
|
||||
'flashes.developer.notice.client_created'
|
||||
);
|
||||
|
||||
return $this->render('WallabagCoreBundle:Developer:client_parameters.html.twig', array(
|
||||
|
@ -80,7 +80,7 @@ class DeveloperController extends Controller
|
|||
|
||||
$this->get('session')->getFlashBag()->add(
|
||||
'notice',
|
||||
'Client deleted'
|
||||
'flashes.developer.notice.client_deleted'
|
||||
);
|
||||
|
||||
return $this->redirect($this->generateUrl('developer'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue