Skip to content

Commit

Permalink
Dev: renamed top_container to progress_bar
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Apr 19, 2017
1 parent 8aed60c commit 3d6dd83
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/default/views/layout-submit-preview.twig
Expand Up @@ -22,7 +22,7 @@
{{ include('./subviews/nav_bar.twig') }}

{# Top Container: in this template, it contains only #}
{{ include('./subviews/top_container.twig') }}
{{ include('./subviews/progess_bar.twig') }}

<!-- Outer Frame Container -->
<div class="outerframe container" id="outerframeContainer">
Expand Down
2 changes: 1 addition & 1 deletion templates/default/views/layout-submit.twig
Expand Up @@ -22,7 +22,7 @@
{{ include('./subviews/nav_bar.twig') }}

{# Top Container: in this template, it contains only #}
{{ include('./subviews/top_container.twig') }}
{{ include('./subviews/progess_bar.twig') }}

<!-- Outer Frame Container -->
<div class="outerframe container" id="outerframeContainer">
Expand Down
2 changes: 1 addition & 1 deletion templates/default/views/layout_first_page.twig
Expand Up @@ -21,7 +21,7 @@
{{ include('./subviews/nav_bar.twig') }}

{# Top Container: in this template, it contains only #}
{{ include('./subviews/top_container.twig') }}
{{ include('./subviews/progess_bar.twig') }}

<!-- Outer Frame Container -->
<div class="outerframe container" id="outerframeContainer">
Expand Down
2 changes: 1 addition & 1 deletion templates/default/views/layout_quotas.twig
Expand Up @@ -21,7 +21,7 @@
{{ include('./subviews/nav_bar.twig') }}

{# Top Container: in this template, it contains only #}
{{ include('./subviews/top_container.twig') }}
{{ include('./subviews/progess_bar.twig') }}

<!-- Outer Frame Container -->
<div class="outerframe container" id="outerframeContainer">
Expand Down
4 changes: 2 additions & 2 deletions templates/default/views/main_layout.twig
Expand Up @@ -81,8 +81,8 @@
{# Bootstrap Navigation Bar: the top menu #}
{{ include('./subviews/nav_bar.twig') }}

{# Top Container: in this template, it contains only #}
{{ include('./subviews/top_container.twig') }}
{# Progress bar #}
{{ include('./subviews/progess_bar.twig') }}

<!-- Outer Frame Container -->
<div class="outerframe container" id="outerframeContainer">
Expand Down

0 comments on commit 3d6dd83

Please sign in to comment.