equal
deleted
inserted
replaced
85 |
85 |
86 {% if task_claimable %} |
86 {% if task_claimable %} |
87 <a href="/task/claim/tid={{task.uniq_key}}">View claims</a> |
87 <a href="/task/claim/tid={{task.uniq_key}}">View claims</a> |
88 {% endif %} |
88 {% endif %} |
89 |
89 |
90 {% if can_assign_pynts %} |
90 <a href="/task/view/work/tid={{task.uniq_key}}">View submitted work reports</a> |
91 <a href="/task/assignpynts/tid={{task.uniq_key}}">Request assign pynts and mark the task as complete</a> |
|
92 {% endif %} |
|
93 |
|
94 {% if is_selected %} |
|
95 <a href="/task/report/tid={{task.uniq_key}}">Submit Work</a> |
|
96 {% endif %} |
|
97 |
91 |
98 <hr /> |
92 <hr /> |
99 {% if comments %} |
93 {% if comments %} |
100 comments:<br /><br /> |
94 comments:<br /><br /> |
101 {% for comment in comments %} |
95 {% for comment in comments %} |