Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 504a12d

Browse files
committed
fixing alerts
1 parent e0b9168 commit 504a12d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

app/templates/alert.hbs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
<div class="event alert {{type}}" onClick="EventList.alertClick('{{type}}', '{{id}}')">
2-
{{#if type}}
3-
<img class="icon" src="/images/icon-{{type}}.png" />
4-
<span class="text">{{{text}}}</span>
5-
{{else}}
6-
<span class="text"><i class="fa fa-exclamation-triangle"></i> {{{text}}}</span>
7-
{{/if}}
2+
<span class="text"><i class="fa fa-{{ui_icon type}}"></i> {{{text}}}</span>
83
</div>

0 commit comments

Comments
 (0)