From 4f05c002b5bf73ee20a0e1d613c5a65098076885 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 5 Dec 2014 10:02:27 +0000 Subject: [PATCH] Style the setup panel --- app/lang/en/cachet.php | 1 + app/views/setup.blade.php | 20 ++++---------------- 2 files changed, 5 insertions(+), 16 deletions(-) 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