Hide delete links for now
This commit is contained in:
parent
dfd23d720c
commit
2c23abf13e
|
@ -15,7 +15,6 @@
|
|||
<a id="new-harvest-source" href="harvest/create">Add a harvesting source</a>
|
||||
<table id="harvest-sources">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
|
@ -29,7 +28,6 @@
|
|||
<tr py:for="source in c.sources">
|
||||
<td>${h.link_to('view', 'harvest/' + source.id)}</td>
|
||||
<td>${h.link_to('edit', 'harvest/' + source.id + '/edit')}</td>
|
||||
<td>${h.link_to('delete', 'harvest/' + source.id + '/delete')}</td>
|
||||
<td>${h.link_to('refresh', 'harvest/' + source.id + '/refresh')}</td>
|
||||
<td>${source.url}</td>
|
||||
<td>${source.status.last_harvest_status}</td>
|
||||
|
|
Loading…
Reference in New Issue