Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
fix typo in twig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Goyet committed Jun 9, 2017
1 parent 2558421 commit 7f1cd76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
File renamed without changes.
20 changes: 10 additions & 10 deletions test/src/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
Progress
</h1>

{% include '../../src/twig/progres.html.twig' with {
{% include '../../src/twig/progress.html.twig' with {
"min": 0,
"max": 100,
"now": 25,
} %}

{% include '../../src/twig/progres.html.twig' with {
{% include '../../src/twig/progress.html.twig' with {
"modifiers": ["primary"],
"min": 0,
"max": 100,
"now": 33,
} %}

{% embed '../../src/twig/progres.html.twig' with {
{% embed '../../src/twig/progress.html.twig' with {
"modifiers": ["primary"],
"min": 0,
"max": 100,
Expand All @@ -37,21 +37,21 @@
{% block label %}33%{% endblock %}
{% endembed %}

{% include '../../src/twig/progres.html.twig' with {
{% include '../../src/twig/progress.html.twig' with {
"modifiers": ["success"],
"min": 0,
"max": 100,
"now": 50,
} %}

{% include '../../src/twig/progres.html.twig' with {
{% include '../../src/twig/progress.html.twig' with {
"modifiers": ["warning"],
"min": 0,
"max": 100,
"now": 66,
} %}

{% include '../../src/twig/progres.html.twig' with {
{% include '../../src/twig/progress.html.twig' with {
"modifiers": ["danger"],
"min": 0,
"max": 100,
Expand All @@ -60,28 +60,28 @@

<hr>

{% include '../../src/twig/progres.html.twig' with {
{% include '../../src/twig/progress.html.twig' with {
"modifiers": ["xs"],
"min": 0,
"max": 100,
"now": 20,
} %}

{% include '../../src/twig/progres.html.twig' with {
{% include '../../src/twig/progress.html.twig' with {
"modifiers": ["sm"],
"min": 0,
"max": 100,
"now": 40,
} %}

{% include '../../src/twig/progres.html.twig' with {
{% include '../../src/twig/progress.html.twig' with {
"modifiers": ["md"],
"min": 0,
"max": 100,
"now": 60,
} %}

{% include '../../src/twig/progres.html.twig' with {
{% include '../../src/twig/progress.html.twig' with {
"modifiers": ["lg"],
"min": 0,
"max": 100,
Expand Down

0 comments on commit 7f1cd76

Please sign in to comment.