Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
fixup! allow category in plugin list
Browse files Browse the repository at this point in the history
  • Loading branch information
xphere authored and mmoreram committed Jun 13, 2015
1 parent ca26c7c commit 24007b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class PluginController extends AbstractAdminController
* @return array Result
*
* @Route(
* path = "s/{category}",
* path = "s",
* name = "admin_plugin_list",
* methods = {"GET"}
* )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% include '@AdminCore/Common/breadcrumb.html.twig' with {
breadcrumb: [
{ name: 'admin.plugin.plural'|trans, active: false },
{ name: "plugin_type.#{category}.title"|trans, active: true },
{ name: "plugin_type.#{category}"|trans, active: true },
]
} %}

Expand Down

0 comments on commit 24007b3

Please sign in to comment.