mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
1225bbe8dc
New: Renamed history to activity New: Queue is default tab of activity
8 lines
145 B
Handlebars
8 lines
145 B
Handlebars
{{#each statusMessages}}
|
|
{{title}}
|
|
<ul>
|
|
{{#each messages}}
|
|
<li>{{this}}</li>
|
|
{{/each}}
|
|
</ul>
|
|
{{/each}} |