We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5003621 commit c2b1818Copy full SHA for c2b1818
app/helpers/application_helper.rb
@@ -207,5 +207,4 @@ def format_news_title(news)
207
has_emoji = news.title[0]&.match?(/[\p{Emoji}&&[^0-9#*]]/)
208
has_emoji ? news.title : "📰 #{news.title}"
209
end
210
-
211
0 commit comments