Fix lint violation on announcements partial

This commit is contained in:
Andreas Nedbal 2020-05-10 22:34:53 +02:00
parent 66b2afc976
commit 1b555e284d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
.alert.announcement.alert-info.alert-dismissable.d-none{ data: { 'announcement-id': announcement.id } }
.container
%button.close{ type: :button, data: { dismiss: :alert } }
%span{ aria: { hidden: true} } ×
%span{ aria: { hidden: true } } ×
%p
= announcement.content
- if announcement.link_present?