mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00:00
375f887539
re-did static content from nancy
10 lines
No EOL
292 B
HTML
10 lines
No EOL
292 B
HTML
<div class="alert alert-{{level}}">
|
|
<button type="button" class="close x-close icon-remove-sign"></button>
|
|
<i class="{{iconClass}}" /><strong>{{title}}</strong>
|
|
{{#if isPreFormatted}}
|
|
<pre>{{{preFormattedMessage}}}</pre>
|
|
{{else}}
|
|
{{message}}
|
|
{{/if}}
|
|
|
|
</div> |