Skip to content

Commit cd587db

Browse files
authored
feat: link to user edit groups in batch page (#170)
1 parent c9aaf5a commit cd587db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

store/templates/store/batch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
{% block mainBody %}
1313
<div class="page-header">
14-
<h3>Edit group by <a href="{{ USER_BASE_URL }}{{ author }}">{{ author }}</a>: {% if summary %}{{ summary }}{% else %}(no summary){% endif %} ({{ uid }})</h3>
14+
<h3>Edit group by <a href="{{ USER_BASE_URL }}{{ author }}">{{ author }}</a> <a href="{% url 'list-batches' %}{% querystring user=author %}">[edits]</a>: {% if summary %}{{ summary }}{% else %}(no summary){% endif %} ({{ uid }})</h3>
1515
</div>
1616
{% if reverted_batch %}
1717
<div class="alert alert-primary reverted-batch" role="alert">

0 commit comments

Comments
 (0)