Hide delete links for now

This commit is contained in:
Adrià Mercader 2011-03-11 15:41:55 +00:00
parent dfd23d720c
commit 2c23abf13e
1 changed files with 0 additions and 2 deletions

View File

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