From 04d16e4d6efa771ece8770c726beca29b9d2ca61 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sun, 24 Jun 2018 23:50:19 +0200 Subject: 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 --- public/views/slide.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/views') 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 @@   - <%- viewcount %> views + <%- viewcount %> views
<% if(ownerprofile && owner !== lastchangeuser) { %> -- cgit v1.2.3