\ No newline at end of file
diff --git a/templates/dashboard/http_functions/new.html b/templates/dashboard/http_functions/new.html
index 20580b1..9963643 100644
--- a/templates/dashboard/http_functions/new.html
+++ b/templates/dashboard/http_functions/new.html
@@ -14,7 +14,7 @@ cancel_url=url_for('http.overview'),
title='New HTTP Function')
}}
-
+
diff --git a/templates/dashboard/timer_functions/edit.html b/templates/dashboard/timer_functions/edit.html
index ab09bbe..30f925c 100644
--- a/templates/dashboard/timer_functions/edit.html
+++ b/templates/dashboard/timer_functions/edit.html
@@ -15,7 +15,7 @@ logs_url=url_for('timer.logs', function_id=function_id),
history_url=url_for('timer.history', function_id=function_id)) }}
-
+
diff --git a/templates/dashboard/timer_functions/history.html b/templates/dashboard/timer_functions/history.html
index ef4db37..7779d28 100644
--- a/templates/dashboard/timer_functions/history.html
+++ b/templates/dashboard/timer_functions/history.html
@@ -2,7 +2,7 @@
{% block page %}
-{{ render_partial('dashboard/timer_functions/header.html',
+{{ render_partial('dashboard/http_functions/header.html',
user_id=user_id,
function_id=function_id,
active_tab='history',
diff --git a/templates/dashboard/timer_functions/new.html b/templates/dashboard/timer_functions/new.html
index 5af28f0..bfa724b 100644
--- a/templates/dashboard/timer_functions/new.html
+++ b/templates/dashboard/timer_functions/new.html
@@ -13,7 +13,7 @@ cancel_url=url_for('timer.overview'),
title='New Timer Function')
}}
-