Skip to content

Commit

Permalink
Add download link
Browse files Browse the repository at this point in the history
Closes #70
  • Loading branch information
emillon committed Jan 21, 2015
1 parent 1f3b0f7 commit 848a9fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ <h1>{{doc.title}}</h1>
{{ glyph_button('Full screen', 'fullscreen_button', 'fullscreen') }}
{{ glyph_button('List mode', 'listmode_button', 'list') }}
{{ glyph_button('Document mode', 'docmode_button', 'file') }}
{{ glyph_link('Download', url_for('document.raw', id=doc.id), 'download') }}
{% if can_edit %}
{{ glyph_link('Edit', url_for('document.edit', id=doc.id), 'pencil') }}
{{ glyph_button('Generate a review link', 'share_link', 'share') }}
Expand Down

0 comments on commit 848a9fc

Please sign in to comment.