Working on users

This commit is contained in:
Matthew Dillon 2015-09-09 16:49:48 -07:00
parent be8a842c67
commit 425dd689ae
7 changed files with 117 additions and 5 deletions

View file

@ -24,7 +24,7 @@
{{/link-to}}
</ul>
<p class="foot">
{{session.currentUser.name}}<br>
{{link-to session.currentUser.name 'protected.users.show' session.currentUser.id}}<br>
<a {{action 'invalidateSession'}}>Logout</a>
</p>
{{else}}