From 8f77b3177f1c342cc0a05c79e45e88bcda04040a Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Thu, 5 Jan 2017 11:01:56 -0600 Subject: Add haml lint comment --- app/views/shared/issuable/_search_bar.html.haml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app') diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml index 33f96a86723..8d7b1d616f4 100644 --- a/app/views/shared/issuable/_search_bar.html.haml +++ b/app/views/shared/issuable/_search_bar.html.haml @@ -25,6 +25,8 @@ %ul.filter-dropdown{ 'data-dynamic' => true, 'data-dropdown' => true } %li.filter-dropdown-item %button.btn.btn-link + -# Encapsulate static class name `{{icon}}` inside #{} to bypass + -# haml lint's ClassAttributeWithStaticValue %i.fa{ class: "#{'{{icon}}'}" } %span.js-filter-hint {{hint}} -- cgit v1.2.3