diff options
Diffstat (limited to 'templates/post_actions.html')
-rw-r--r-- | templates/post_actions.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/post_actions.html b/templates/post_actions.html new file mode 100644 index 0000000..acc47d5 --- /dev/null +++ b/templates/post_actions.html @@ -0,0 +1,5 @@ +<div class="post-actions"> + <a href="/posts/{{ .id }}/edit">Edit</a> | + Publish | + <a href="/posts/{{ .id }}/delete">Delete</a> +</div> |