Skip to content

Commit 5c3094d

Browse files
committed
Use squiggly heredoc
1 parent e967d1c commit 5c3094d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_plugins/translation_status.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module TranslationStatus
1616

1717
POST_DISPLAY_LENGTH = 50
1818

19-
TEMPLATE = <<-ERB.gsub(/^ /, "")
19+
TEMPLATE = <<~ERB
2020
<p>
2121
Posts with missing translations: <%= posts.size.to_s %><br>
2222
Start date: <%= START_DATE %><br>

0 commit comments

Comments
 (0)