diff options
author | Max Wu | 2016-05-15 12:24:33 +0800 |
---|---|---|
committer | Max Wu | 2016-05-15 12:24:33 +0800 |
commit | 86b7304746acae4c1ec369ed5c4a03437a9c9821 (patch) | |
tree | 54c5ba18e1f647b1270c2f4887b2a3dee02e163b /public/views | |
parent | 1f4e1f09b639d49ebe818fd2b4d6e98f78ef2d38 (diff) | |
parent | c4b754e53b9c7c233547ccf23d81774101386b10 (diff) |
Merge pull request #122 from jccrofty30/avatar_on_history
Add avatar to History page.
Diffstat (limited to 'public/views')
-rw-r--r-- | public/views/index.ejs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/views/index.ejs b/public/views/index.ejs index 62b2e543..98641df6 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -80,6 +80,7 @@ <p>Below are history from browser</p> </div> <div class="ui-signout" style="display:none;"> + <img class="ui-avatar" /> <h4 class="ui-welcome">Welcome! <span class="ui-name"></span></h4> <a href="<%- url %>/new" class="btn btn-default">New note</a> Or <a href="#" class="btn btn-danger ui-logout">Sign Out</a> |