Skip to content

Commit

Permalink
fix(syntax): = in statement
Browse files Browse the repository at this point in the history
  • Loading branch information
giuem committed Oct 21, 2018
1 parent c30db3d commit 2810066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ html
.icon.icon-status-sum.up
div(style="letter-spacing:-0.5px;")
if (data.sum.down > 0)
if (data.sum.down = 1)
if (data.sum.down == 1)
.summary-detail= data.sum.down + " system is outage."
else
.summary-detail= data.sum.down + " systems are outage."
Expand Down

0 comments on commit 2810066

Please sign in to comment.