github.com/bitcubate/cryptojournal@v1.2.5-0.20171102134152-f578b3d788ab/src/users/views/row.html.got (about)

     1  <li class="user">
     2      <a href="/users/{{.user.ID}}">
     3      {{ .user.Name }} ({{ .user.Points}}) created {{timeago .user.CreatedAt}}
     4      </a>
     5      <a href="/users/{{.user.ID}}/update" class="button small grey flag">edit</a>
     6  </li>