mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
add alert role to alert message element
This commit is contained in:
parent
4f57309380
commit
39368ece9a
24 changed files with 33 additions and 33 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
{{ define "content"}}
|
||||
{{ if not .entries }}
|
||||
<p class="alert alert-info">{{ t "alert.no_shared_entry" }}</p>
|
||||
<p role="alert" class="alert alert-info">{{ t "alert.no_shared_entry" }}</p>
|
||||
{{ else }}
|
||||
<div class="items">
|
||||
{{ range .entries }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue