feca115ef4
* 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
17 lines
633 B
Handlebars
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}}
|