From d9d01a57708e3bf21833992c518f5f08e83f0d53 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 7 Apr 2016 17:26:33 -0400 Subject: Fix disabled check in index page --- themes/okadmin/templates/index.liquid | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes') diff --git a/themes/okadmin/templates/index.liquid b/themes/okadmin/templates/index.liquid index ae30bc8..8255d99 100644 --- a/themes/okadmin/templates/index.liquid +++ b/themes/okadmin/templates/index.liquid @@ -27,9 +27,9 @@
    {% for data in members %}
  1. - {% if data.disabled == 'true' %} {% endif %} + {% if data.disabled %} {% endif %} {{data.title}} - {% if data.disabled == 'true' %} {% endif %} + {% if data.disabled %} {% endif %}
  2. @@ -51,9 +51,9 @@
      {% for data in resource.data %}
    1. - {% if data.disabled == 'true' %} {% endif %} + {% if data.disabled %} {% endif %} {{data.title}} - {% if data.disabled == 'true' %} {% endif %} + {% if data.disabled %} {% endif %}
    2. -- cgit v1.2.3-70-g09d2