aboutsummaryrefslogtreecommitdiffstats
path: root/templates/post_actions.html
blob: acc47d55112f18375201ac57989f225e03e699a7 (plain) (blame)
1
2
3
4
5
<div class="post-actions">
  <a href="/posts/{{ .id }}/edit">Edit</a> |
  Publish |
  <a href="/posts/{{ .id }}/delete">Delete</a>
</div>