Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3><a href="{{ source_url }}">Harvester Name: {{ source.title }}</a></h3>
Harvester Type: {{ source.type }}</p>
{% if job and (job.gather_error_summary or job.object_error_summary) %}
<p>
<a href="{{ h.url_for('harvest_job_show', source=source.id, id=job.id) }}">
<a href="{{ h.url_for('harvester.job_show', source=source.id, id=job.id) }}">
Error-Summary:
{% if job.gather_error_summary %}
gather errors: {{ job.gather_error_summary |length }}
Expand All @@ -53,4 +53,4 @@ <h3><a href="{{ source_url }}">Harvester Name: {{ source.title }}</a></h3>
{% block secondary_content %}
{% snippet 'harvester_dashboard/snippets/helper.html' %}
{% snippet 'harvester_dashboard/snippets/search.html', source_type_options=source_type_options, job_result_options=job_result_options, job_run_options=job_run_options %}
{% endblock %}
{% endblock %}