diff options
Diffstat (limited to 'views/staff/users/show.ejs')
| -rw-r--r-- | views/staff/users/show.ejs | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/views/staff/users/show.ejs b/views/staff/users/show.ejs index 2315043..afcd761 100644 --- a/views/staff/users/show.ejs +++ b/views/staff/users/show.ejs @@ -5,6 +5,7 @@ <a href="/staff">home</a> <a href="/staff/users">users</a> <a href="/staff/projects">projects</a> + <a href="/staff/media">media</a> </nav> <hr> @@ -21,7 +22,7 @@ [[- profile.displayName ]] </td> <td class="editLinks"> - <a href="/staff/users/[[- profile.username ]]">[view profile]</a> + <a href="/profile/[[- profile.username ]]">[view profile]</a> </td> </tr> </table> @@ -45,6 +46,22 @@ </tr> <tr> <th> + projects + </th> + <td> + [[- profile.projectCount ]] + </td> + </tr> + <tr> + <th> + media + </th> + <td> + [[- profile.mediaCount ]] + </td> + </tr> + <tr> + <th> ip addresses </th> <td> @@ -77,10 +94,3 @@ </div> [[ include ../_footer ]] -<style> -#actions button { - float: none; - width: auto; -} -} -</style>
\ No newline at end of file |
