1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

chore: fix indentation

This commit is contained in:
Tali Auster 2025-03-30 12:17:08 -06:00 committed by Frédéric Guillot
parent 2959a4d2bf
commit fe7ec25a09

View file

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