We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e3b38 commit aed6d33Copy full SHA for aed6d33
1 file changed
store/templates/store/batch.html
@@ -11,7 +11,7 @@
11
12
{% block mainBody %}
13
<div class="page-header">
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>
+<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>
15
</div>
16
{% if reverted_batch %}
17
<div class="alert alert-primary reverted-batch" role="alert">
0 commit comments