aboutsummaryrefslogtreecommitdiff
path: root/templates/index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.tmpl')
-rw-r--r--templates/index.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl
index a392761..1880b5f 100644
--- a/templates/index.tmpl
+++ b/templates/index.tmpl
@@ -16,8 +16,9 @@
<td>{{ .Link }}</td>
<td>{{ .Output_folder }}</td>
<td>
- <a href="entries/{{ .ID }}" role="button">Edit</a>
- <a href="#" onclick="deleteEntry({{ .ID }})" role="button" class="secondary">Delete</a>
+ <a href="entries/{{ .ID }}" >Edit</a>
+ </span>
+ <a href="#" onclick="deleteEntry({{ .ID }})">Delete</a>
</td>
</tr>
{{ end }}