|
@@ -67,12 +67,12 @@
|
|
|
</li>
|
|
</li>
|
|
|
{{ else }}
|
|
{{ else }}
|
|
|
<li>
|
|
<li>
|
|
|
- <form method="post" action="{{route "shareEntry" "entryID" .entry.ID }}">
|
|
|
|
|
- <input type="hidden" name="csrf" value="{{ .csrf }}">
|
|
|
|
|
- <button type="submit" class="page-button">
|
|
|
|
|
- {{ icon "share" }}<span class="icon-label">{{ t "entry.share.label" }}</span>
|
|
|
|
|
- </button>
|
|
|
|
|
- </form>
|
|
|
|
|
|
|
+ <form method="post" action="{{route "shareEntry" "entryID" .entry.ID }}">
|
|
|
|
|
+ <input type="hidden" name="csrf" value="{{ .csrf }}">
|
|
|
|
|
+ <button type="submit" class="page-button">
|
|
|
|
|
+ {{ icon "share" }}<span class="icon-label">{{ t "entry.share.label" }}</span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </form>
|
|
|
</li>
|
|
</li>
|
|
|
{{ end }}
|
|
{{ end }}
|
|
|
<li>
|
|
<li>
|