Merge pull request #1555 from jeffastorey/deploy-text-variable-fix

fixing build branch variable substitution
This commit is contained in:
Brad Rydzewski 2016-03-30 12:37:30 -07:00
commit 155d49fb4f

View file

@ -49,7 +49,7 @@ block content
em[data-livestamp=$build.Created]
span to
if $build.Event != "deployment"
em ${build.Branch}
em #{$build.Branch}
else
em #{$build.Deploy}