Fix for add harvest source button within org
This commit is contained in:
parent
91f18bffab
commit
b30cc54427
|
@ -6,13 +6,11 @@
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
<h1 class="hide-heading">{{ _('Harvest Sources') }}</h1>
|
<h1 class="hide-heading">{{ _('Harvest Sources') }}</h1>
|
||||||
<div class="primary">
|
<div class="primary">
|
||||||
<div class="m-bottom">
|
<a href="{{ h.url_for('harvest_new', group=c.group_dict.id) }}" class="btn pull-right">
|
||||||
<a href="{{ h.url_for('harvest_new', group=c.group_dict.id) }}" class="btn btn-primary">
|
|
||||||
<i class="icon-plus-sign-alt"></i>
|
<i class="icon-plus-sign-alt"></i>
|
||||||
{{ _('Add Harvest Source') }}
|
{{ _('Add Harvest Source') }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
<h3 class="results page-heading">
|
||||||
<h3 class="results">
|
|
||||||
{%- if c.page.item_count -%}
|
{%- if c.page.item_count -%}
|
||||||
{{ c.page.item_count }} harvest sources{{ _(" found for \"{query}\"").format(query=c.q) if c.q }}
|
{{ c.page.item_count }} harvest sources{{ _(" found for \"{query}\"").format(query=c.q) if c.q }}
|
||||||
{%- elif request.params -%}
|
{%- elif request.params -%}
|
||||||
|
|
Loading…
Reference in New Issue