From 2e9c619615c73824d726984c494901efea7fff88 Mon Sep 17 00:00:00 2001 From: Florian Larysch Date: Wed, 2 Sep 2015 16:01:42 +0200 Subject: rename "not started yet"-page to fit conventions --- view/not-started.php | 5 +++++ view/not_started.php | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 view/not-started.php delete mode 100644 view/not_started.php (limited to 'view') diff --git a/view/not-started.php b/view/not-started.php new file mode 100644 index 0000000..c132a76 --- /dev/null +++ b/view/not-started.php @@ -0,0 +1,5 @@ +render(array( + 'page' => 'not-started', + 'title' => 'See you soon!', +)); diff --git a/view/not_started.php b/view/not_started.php deleted file mode 100644 index ce4767c..0000000 --- a/view/not_started.php +++ /dev/null @@ -1,5 +0,0 @@ -render(array( - 'page' => 'not_started', - 'title' => 'See you soon!', -)); -- cgit v1.2.3