diff options
Diffstat (limited to 'views/staff/users/show.ejs')
| -rw-r--r-- | views/staff/users/show.ejs | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/views/staff/users/show.ejs b/views/staff/users/show.ejs index afcd761..127ca8c 100644 --- a/views/staff/users/show.ejs +++ b/views/staff/users/show.ejs @@ -23,11 +23,14 @@ </td> <td class="editLinks"> <a href="/profile/[[- profile.username ]]">[view profile]</a> + <a href="/staff/users/[[- profile.username ]]/media">[view media]</a> </td> </tr> </table> - <br> - <table style="margin-left: 50px;"> + + <h2>Profile</h2> + + <table> <tr> <th> location @@ -57,7 +60,7 @@ media </th> <td> - [[- profile.mediaCount ]] + [[- profile.mediaCount ]] <a href="/staff/users/[[- profile.username ]]/media">[show]</a> </td> </tr> <tr> @@ -87,8 +90,15 @@ [[ } ]] </td> </tr> - </table> - <br><br> + </table> + + <h2>Projects</h2> + + [[- include ../_projects ]] + + <br> + <br> + <div class="json"> [[- profileJSON ]] </div> |
