open-vault/ui/app/templates/components/secret-link.hbs
Angel Garbarino feca115ef4
Bug: Fix issue with double encoding on space in secret history route (#10596)
* setup for concept it works, but probably not the best solution

* add comment and remove console and test var

* use normalize path higher up to fix issu

* add test for bug that fixing

* forgot a couple of changes

* changelog
2021-01-04 09:32:52 -07:00

17 lines
633 B
Handlebars

{{#link-to params=linkParams
class=class
data-test-secret-create=data-test-secret-create
data-test-credentials-link=data-test-credentials-link
data-test-backend-credentials=data-test-backend-credentials
data-test-edit-link=data-test-edit-link
data-test-sign-link=data-test-sign-link
data-test-transit-link=data-test-transit-link
data-test-transit-key-actions-link=data-test-transit-key-actions-link
data-test-transit-action-link=data-test-transit-action-link
data-test-version-history=data-test-version-history
data-test-version=data-test-version
invokeAction=(action onLinkClick)
}}
{{yield}}
{{/link-to}}