diff options
author | Christoph (Sheogorath) Kern | 2018-06-26 21:41:18 +0200 |
---|---|---|
committer | GitHub | 2018-06-26 21:41:18 +0200 |
commit | c7745f6b27eeefe70235417b508f27ac833ee225 (patch) | |
tree | 19149643970da0153efca793e3690cdf8cfb1da3 /public/views | |
parent | 6634fac84964d4f292599a9f368c182e6f10045c (diff) | |
parent | 04d16e4d6efa771ece8770c726beca29b9d2ca61 (diff) |
Merge pull request #863 from hackmdio/feature/slidePrint
Add Print icon to slide view
Diffstat (limited to 'public/views')
-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"> |