diff --git a/views/conflicts.ejs b/views/conflicts.ejs
index f03aa43..9ef66b8 100644
--- a/views/conflicts.ejs
+++ b/views/conflicts.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
diff --git a/views/error.ejs b/views/error.ejs
index 965c26b..c132401 100644
--- a/views/error.ejs
+++ b/views/error.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
diff --git a/views/export.ejs b/views/export.ejs
index 5b71393..db8bdb8 100644
--- a/views/export.ejs
+++ b/views/export.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
diff --git a/views/export.ejs b/views/export.ejs
index 5b71393..db8bdb8 100644
--- a/views/export.ejs
+++ b/views/export.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
diff --git a/views/index.ejs b/views/index.ejs
index aa21978..0060ace 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
diff --git a/views/instance.ejs b/views/instance.ejs
index 44ef635..fd78538 100644
--- a/views/instance.ejs
+++ b/views/instance.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
diff --git a/views/instances.ejs b/views/instances.ejs
index b27c025..1270339 100644
--- a/views/instances.ejs
+++ b/views/instances.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
diff --git a/views/label.ejs b/views/label.ejs
index c0ae68e..c68fceb 100644
--- a/views/label.ejs
+++ b/views/label.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
diff --git a/views/labels.ejs b/views/labels.ejs
index eff2506..d9d79a9 100644
--- a/views/labels.ejs
+++ b/views/labels.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
diff --git a/views/login.ejs b/views/login.ejs
index 52df02a..bf5a725 100644
--- a/views/login.ejs
+++ b/views/login.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
Login
diff --git a/views/progress.ejs b/views/progress.ejs
index 29211fb..395df03 100644
--- a/views/progress.ejs
+++ b/views/progress.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
diff --git a/views/review.ejs b/views/review.ejs
index b036a14..82f21c6 100644
--- a/views/review.ejs
+++ b/views/review.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header', { reviewer: reviewer }); %>
diff --git a/views/index.ejs b/views/index.ejs
index aa21978..0060ace 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
diff --git a/views/instance.ejs b/views/instance.ejs
index 44ef635..fd78538 100644
--- a/views/instance.ejs
+++ b/views/instance.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
diff --git a/views/instances.ejs b/views/instances.ejs
index b27c025..1270339 100644
--- a/views/instances.ejs
+++ b/views/instances.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
diff --git a/views/label.ejs b/views/label.ejs
index c0ae68e..c68fceb 100644
--- a/views/label.ejs
+++ b/views/label.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
diff --git a/views/labels.ejs b/views/labels.ejs
index eff2506..d9d79a9 100644
--- a/views/labels.ejs
+++ b/views/labels.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
diff --git a/views/login.ejs b/views/login.ejs
index 52df02a..bf5a725 100644
--- a/views/login.ejs
+++ b/views/login.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header'); %>
Login
diff --git a/views/progress.ejs b/views/progress.ejs index 29211fb..395df03 100644 --- a/views/progress.ejs +++ b/views/progress.ejs @@ -5,7 +5,7 @@ <%- include('./partials/head/meta'); %> <%- include('./partials/head/link'); %> - + <%- include('./partials/header'); %>
diff --git a/views/review.ejs b/views/review.ejs
index b036a14..82f21c6 100644
--- a/views/review.ejs
+++ b/views/review.ejs
@@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
-
+
<%- include('./partials/header', { reviewer: reviewer }); %>