1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-16 16:04:08 +01:00
Radarr/NzbDrone.Web/_backboneApp/Shared/ErrorTemplate.html

10 lines
279 B
HTML
Raw Normal View History

<div class="alert alert-error">
<button type="button" class="close" data-dismiss="alert">×</button>
2013-01-28 19:06:54 +01:00
<i class="icon-warning-sign" /><strong>{{title}}</strong>
{{#if preFormatted}}
<pre> {{message}}</pre>
{{else}}
{{message}}
{{/if}}
</div>