diff options
Diffstat (limited to 'views/profile.ejs')
| -rw-r--r-- | views/profile.ejs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/views/profile.ejs b/views/profile.ejs index ff15c3b..3d3e214 100644 --- a/views/profile.ejs +++ b/views/profile.ejs @@ -121,11 +121,12 @@ <input type="submit" style="font-size: 16px;"> </form> --> </h4> + <form action="/logout" method="POST" class="my-4"> <div class="form-group"> <button type="submit" class="btn btn-danger">Logout</button> - <a href="#"> - <button type="button" class="btn btn-primary" style="float: right;">Coming soon!</button> + <a href="/change-password"> + <button type="button" class="btn btn-primary" style="float: right;">Change password</button> </a> </div> </form> @@ -137,7 +138,8 @@ <footer class="hideme"> <link rel="stylesheet" type="text/css" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" /> - Made with <i class="icon ion-heart"></i> by <a href="https://kyzer.co/">Sin</a> (in only 10 hours). + Made with <i class="icon ion-heart"></i> by <a href="https://kyzer.co/">Sin</a>. | + <span class="highlightable"><%= quote.text %> -<%= quote.author.name %></span> </footer> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" |