minor cleanup

This commit is contained in:
Matthew Dillon 2015-10-04 15:54:02 -07:00
parent 33ed70caaf
commit 5be2888223
4 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@
{{/link-to}}
{{#if model.canEdit}}
<br>
{{#link-to 'protected.user.edit' model.id class="button-gray smaller"}}
{{#link-to 'protected.users.edit' model.id class="button-gray smaller"}}
Edit
{{/link-to}}
{{/if}}