diff options
author | Sheogorath | 2018-06-24 23:50:19 +0200 |
---|---|---|
committer | Sheogorath | 2018-06-24 23:50:38 +0200 |
commit | 04d16e4d6efa771ece8770c726beca29b9d2ca61 (patch) | |
tree | ee0ddaf62383f71262afadd4f44e6c4fcddf5305 /public/views | |
parent | d87505d5836ea1bad60c0e2c2a8aa25b9b4e1590 (diff) |
Add Print icon to slide view
It redirects the user to the print view of the document. I claim that
people should either be smart enough to use ctrl+P or ask someone who
knows how to print a webpage. I don't want to babysit our users.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r-- | public/views/slide.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/slide.ejs b/public/views/slide.ejs index 7b9ae29d..d9be51f9 100644 --- a/public/views/slide.ejs +++ b/public/views/slide.ejs @@ -69,7 +69,7 @@ <span class="text-uppercase ui-status-lastchange"></span> <span class="ui-lastchange text-uppercase" data-createtime="<%- createtime %>" data-updatetime="<%- updatetime %>"></span> </span> - <span class="pull-right"><%- viewcount %> views <a href="#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span> + <span class="pull-right"><%- viewcount %> views <a href="#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a><a class="ui-print" href="" title="Open print view"><i class="fa fa-fw fa-print"></i></a></span> <br> <% if(ownerprofile && owner !== lastchangeuser) { %> <span class="ui-owner"> |