Use string interpolation if possible (better performance)
This commit is contained in:
parent
d245f98017
commit
8de8506d44
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue