Skip to content

Commit

Permalink
oops lost data-test attributes on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Madalyn Parker committed Nov 9, 2018
1 parent 309bc1a commit 76ea70d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/app/templates/components/secret-edit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
@params={{array targetRoute model.id (query-params version=this.modelForData.version)}}
@replace={{true}}
class="link link-plain has-text-weight-semibold"
data-test-secret-edit="true"
>
Create new version
</LinkTo>
Expand All @@ -125,10 +126,11 @@
@params={{array targetRoute model.id}}
@replace={{true}}
class="link link-plain has-text-weight-semibold"
data-test-secret-edit="true"
>
Edit Secret
</LinkTo>
{{/if}}
{{/if}}
</div>
{{/let}}
{{/if}}
Expand Down

0 comments on commit 76ea70d

Please sign in to comment.