Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4ae775e authored by Cqoicebordel's avatar Cqoicebordel
Browse files

Preferences in the right order in RTL

parent 9520542f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
{%- endmacro %}

{% macro preferences_item_header(info, label) -%}
    {% if not rtl %}
    {% if rtl %}
    <div class="row form-group">
        <label class="col-sm-3 col-md-2">{{ label }}</label>
        <div class="col-sm-4 col-md-4">
@@ -49,7 +49,7 @@
{%- endmacro %}

{% macro preferences_item_footer(info, label) -%}
    {% if not rtl %}
    {% if rtl %}
        </div>
        <span class="col-sm-5 col-md-6 help-block">{{ info }}</span>
    </div>