Skip to content

Commit

Permalink
Update layout.html
Browse files Browse the repository at this point in the history
add feeds
  • Loading branch information
thiagowfx authored Dec 28, 2024
1 parent 7b3faaf commit ab84af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/template/templates/common/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<a href="{{ route "history" }}" data-page="history">{{ t "menu.history" }}</a>
</li>
<li {{ if eq .menu "feeds" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g f" }}">
<a href="{{ route "feeds" }}" data-page="feeds">{{ t "menu.feeds" }}
<a href="{{ route "feeds" }}" data-page="feeds">📜 {{ t "menu.feeds" }}
{{ if gt .countErrorFeeds 0 }}
<span class="error-feeds-counter-wrapper">(<span class="error-feeds-counter">{{ .countErrorFeeds }}</span>)</span>
{{ end }}
Expand Down

0 comments on commit ab84af7

Please sign in to comment.