mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-07 07:11:58 +08:00
Currently, herb/formatter has at least 4 bugs the prevent us from switching to it (https://github.com/marcoroth/herb/issues 476, 477, 478, and 479). This includes manual fixes for each issue. herb/formatter also introduces a rubocop violation for the Layout/AssignmentIndentation cop. This disables that cop.
6 lines
272 B
Text
6 lines
272 B
Text
<%# locals: (state:, color:, extra_class: nil) %>
|
|
|
|
<span class="inline-flex items-baseline rounded-full px-2 text-xs font-semibold leading-5 <%= color %> <%= extra_class %>">
|
|
<%== part("components/icon", name: "dot", classes: "mr-1.5 h-2 w-2") %>
|
|
<%= state %>
|
|
</span>
|