Skip to content

Commit

Permalink
Update view file to fix Liquid syntax
Browse files Browse the repository at this point in the history
Change in Liquid parsing is throwing errors in line 759 due to incorrect Liquid syntax.
  • Loading branch information
vitorleepkaln authored Jun 30, 2020
1 parent 36f8fbc commit 13dcb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redshift_views.view.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ view: redshift_tables {
<span style="color:darkred">{{ rendered_value }}</span>
{% elsif value >= 25 %}
<span style="color:darkorange">{{ rendered_value }}</span>
{% else value >= 75 %}
{% else %}
{{ rendered_value }}
{% endif %}
;;
Expand Down

0 comments on commit 13dcb08

Please sign in to comment.