#15: issue experts workflow now very slick
This commit is contained in:
parent
2d4f7a897d
commit
adcdacc6c1
10 changed files with 172 additions and 59 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block extra-head %}
|
||||
<meta http-equiv="refresh" content="60">
|
||||
{% endblock %}
|
||||
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
|
|
@ -81,9 +85,13 @@ Method
|
|||
{{ record.raised }}
|
||||
</td>
|
||||
<td>
|
||||
<a href='{{servlet-context}}/form-issues-Issue?id={{ record.issue_id }}'>
|
||||
{{ record.issue_id_expanded }}
|
||||
</a>
|
||||
{% ifequal record.issue_id "Other" %}
|
||||
{{ record.issue_detail }}
|
||||
{% else %}
|
||||
<a href='{{servlet-context}}/form-issues-Issue?id={{ record.issue_id }}'>
|
||||
{{ record.issue_id }}
|
||||
</a>
|
||||
{% endifequal %}
|
||||
</td>
|
||||
<td>
|
||||
<a href='{{servlet-context}}/form-followupmethods-Followupmethod?id={{ record.method_id }}'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue