[#7] Adds new harvest source button
This commit is contained in:
parent
7544d5c5ef
commit
e566c96d62
|
@ -2,6 +2,13 @@
|
|||
|
||||
{% block subtitle %}{{ _("Harvest sources") }}{% endblock %}
|
||||
|
||||
{% block add_action_content %}
|
||||
<a href="{{ h.url_for('{0}_new'.format(c.dataset_type)) }}" class="btn btn-primary">
|
||||
<i class="icon-plus-sign-alt"></i>
|
||||
{{ _('Add Harvest Source') }}
|
||||
</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block breadcrumb_content %}
|
||||
<li class="active">{{ h.nav_named_link(_('Harvest Sources'), '{0}_search'.format(c.dataset_type)) }}</li>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue