Commit 8de8506d authored by Lin Jen-Shin's avatar Lin Jen-Shin

Use string interpolation if possible (better performance)

parent d245f980
......@@ -138,7 +138,7 @@
had
= failed.size
failed
= 'build'.pluralize(failed.size) + '.'
= "#{'build'.pluralize(failed.size)}."
%tr.warning
%td{:style => "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border:1px solid #ededed;border-bottom:0;border-radius:3px 3px 0 0;overflow:hidden;background-color:#fdf4f6;color:#d22852;font-size:14px;line-height:1.4;text-align:center;padding:8px 15px;"}
Logs may contain sensitive data. Please consider before forwarding this email.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment