user-nav.hbs 97 B

1234
  1. <p class="navbar-text">
  2. {{user-avatar id=auth.user.id size=200}}
  3. {{auth.user.username}}
  4. </p>