Private
Public Access
1
0

default landing page toggle button on workflow config

This commit is contained in:
Sander Roosendaal
2017-10-29 20:52:24 +01:00
parent 6b793724ed
commit 60447b8d30
4 changed files with 44 additions and 6 deletions

View File

@@ -43,7 +43,16 @@
</p>
{% endif %}
</div>
<div class="grid_2 suffix_8 omega">
<div class="grid_2">
{% if user.is_authenticated and user == rower.user %}
<p>
<a class="button gray small" href="/rowers/workout/{{ graph.workout.id }}/workflow">Workflow View</a>
</p>
{% else %}
<p>&nbsp;</p>
{% endif %}
</div>
<div class="grid_2 suffix_6 omega">
{% if user.is_authenticated and user == rower.user %}
<p>
<a class="button red small" href="/rowers/graph/{{ graph.id }}/deleteconfirm">Delete Chart</a>