Skip to content

Commit e7f42f6

Browse files
Remove unnecessary layout directory
1 parent 6bff179 commit e7f42f6

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

mvc/views/home.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% include "layouts/layout.html" %}
1+
{% include "layout.html" %}
22

33
<div class="ui pusher">
44
<div class="ui inverted vertical masthead center aligned segment">
File renamed without changes.

mvc/views/login.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% include "layouts/layout.html" %}
1+
{% include "layout.html" %}
22

33
<div class="pusher">
44
<div class="ui inverted vertical masthead center aligned segment">

mvc/views/main.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% include "layouts/layout.html" %}
1+
{% include "layout.html" %}
22

33
<div class="pusher">
44
<div class="ui inverted vertical masthead center aligned segment">

mvc/views/privacy.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% include "layouts/layout.html" %}
1+
{% include "layout.html" %}
22

33
<div class="pusher">
44
<div class="ui inverted vertical masthead center aligned segment">

mvc/views/report.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% include "layouts/layout.html" %}
1+
{% include "layout.html" %}
22

33
<div class="pusher">
44
<div class="ui inverted vertical masthead center aligned segment">

mvc/views/settings.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% include "layouts/layout.html" %}
1+
{% include "layout.html" %}
22

33
<div class="pusher">
44
<div class="ui inverted vertical masthead center aligned segment">

mvc/views/signup.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% include "layouts/layout.html" %}
1+
{% include "layout.html" %}
22

33
<div class="pusher">
44
<div class="ui inverted vertical masthead center aligned segment">

0 commit comments

Comments
 (0)