[#7] Adds new harvest source button

This commit is contained in:
John Martin 2013-03-05 16:06:04 +00:00
parent 7544d5c5ef
commit e566c96d62
1 changed files with 7 additions and 0 deletions

View File

@ -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 %}