diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-26 01:49:05 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-26 01:49:05 +0000 |
| commit | 203071f005057ebb186ddd3e0ada8629420ed409 (patch) | |
| tree | 7ac20e7fda8f9f3ca5d00ceee140e9701d44dcf7 /views/user_profile_alt.hbs | |
| parent | 0d8073039faa903ee0f12e68064c89b5f27cdf14 (diff) | |
Added add_user: extra check if username is taken by an admin (and nice versa). Fixed Answered, Inbox and comments fields in user_profile
Diffstat (limited to 'views/user_profile_alt.hbs')
| -rw-r--r-- | views/user_profile_alt.hbs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index 7297b63..4d8fd8b 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -68,8 +68,9 @@ </tr> <tr> <tr> - <td>Messages:</td> + <td>Inbox:</td> <td>{{ user.messages }}</td> + </tr> <tr> <td>Comments:</td> |
