diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/profile.ejs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/views/profile.ejs b/views/profile.ejs index 22c824c..6a5b3ea 100644 --- a/views/profile.ejs +++ b/views/profile.ejs @@ -13,8 +13,12 @@ <div class="profilePic" style="background-image:url([[- profile.photo ]])"> </div> [[ } else { ]] - <div class="profilePic"> + <div class="profilePic noPic"> + <span class="holder"> <span class="ion-ios7-person-outline"></span> + <div>click to add profile pic</div> + <input id="profile_avatar" name="avatar" class="element file" type="file"> + </span> </div> [[ } ]] <div class="bio"> |
