Add a link to the create page
This commit is contained in:
parent
572650d26a
commit
2b2a311a03
|
@ -1 +1,4 @@
|
||||||
/* harvest styles */
|
/* Harvest styles */
|
||||||
|
#new-harvest-source {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
<div py:match="content">
|
<div py:match="content">
|
||||||
<div class="harvest-content">
|
<div class="harvest-content">
|
||||||
<h1>Harvesting Sources</h1>
|
<h1>Harvesting Sources</h1>
|
||||||
|
<a id="new-harvest-source" href="harvest/create">Add a harvesting source</a>
|
||||||
<table id="harvest-sources">
|
<table id="harvest-sources">
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
|
Loading…
Reference in New Issue