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:
parent
2959a4d2bf
commit
fe7ec25a09
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue