Skip to content
Snippets Groups Projects
Commit 77234246 authored by ArtOfCode-'s avatar ArtOfCode-
Browse files

Rubocop

parent 3c55bc47
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,7 @@ module PostTypesHelper ...@@ -5,8 +5,7 @@ module PostTypesHelper
'Article' => 'fas fa-newspaper' 'Article' => 'fas fa-newspaper'
}[type] }[type]
tag.span class: 'badge is-tag is-filled is-muted' do tag.span class: 'badge is-tag is-filled is-muted' do
tag.i(class: icon_class) + " " + tag.i(class: icon_class) + ' ' + tag.span(type) # rubocop:disable Style/StringConcatenation
tag.span(type)
end end
end end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment