Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
f4e554e1
Commit
f4e554e1
authored
Mar 23, 2017
by
Robin Sonnabend
Browse files
Do not publicly link the private protocol
parent
eb04c4e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/index.html
View file @
f4e554e1
...
...
@@ -30,7 +30,7 @@
<a
class=
"btn btn-default"
href=
"{{url_for("
update_protocol
",
protocol_id=
protocol.id)}}"
>
Protokoll editieren
</a>
{% endif %}
{% if protocol.has_compiled_document() %}
<a
class=
"btn btn-success"
href=
"{{url_for("
download_document
",
document_id=
protocol.get_compiled_document().id)}}"
>
Download
</a>
<a
class=
"btn btn-success"
href=
"{{url_for("
download_document
",
document_id=
protocol.get_compiled_document(
private=show_private
).id)}}"
>
Download
</a>
{% endif %}
</div>
<h2>
Protokoll: {{protocol.protocoltype.name}} {% if protocol.date is not none %}vom {{protocol.date|datify}}{% endif %}
</h2>
...
...
Robin Sonnabend
@robin
mentioned in issue
#81 (closed)
·
Mar 23, 2017
mentioned in issue
#81 (closed)
mentioned in issue #81
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment