diff --git a/app/lang/en/cachet.php b/app/lang/en/cachet.php index 56d45556..041f359a 100644 --- a/app/lang/en/cachet.php +++ b/app/lang/en/cachet.php @@ -28,6 +28,7 @@ return array( 'powered_by' => ':app Status Page is powered by Cachet.', 'logout' => 'Logout', 'dashboard_link' => 'You\'re logged in.', + 'setup' => 'Setup Cachet', 'dashboard' => array( 'dashboard' => 'Dashboard', 'components' => 'Components', diff --git a/app/views/setup.blade.php b/app/views/setup.blade.php index d60574a4..e5a0e7ab 100644 --- a/app/views/setup.blade.php +++ b/app/views/setup.blade.php @@ -1,14 +1,11 @@ -@extends('layout.master') +@extends('layout.dashboard') @section('content') -
-

Setup Cachet Under construction.

+
+ {{ Lang::get('cachet.setup') }}
- -
-
-
+
Service Details
@@ -70,15 +67,6 @@
-
-
-
Ding!
-
-

You'll be able to reconfigure Cachet later on.

-

At least when there is a management panel…

-
-
-
@stop