From 6eb91886908bc3a8e572aee517fa0359e5a9bf92 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Nov 2014 09:23:07 +0100 Subject: [PATCH] Cleaned up preferences view. --- app/views/preferences/index.blade.php | 137 +++++++++++++------------- app/views/start.blade.php | 41 -------- 2 files changed, 66 insertions(+), 112 deletions(-) delete mode 100644 app/views/start.blade.php diff --git a/app/views/preferences/index.blade.php b/app/views/preferences/index.blade.php index b9b273a565..36f761a2c7 100644 --- a/app/views/preferences/index.blade.php +++ b/app/views/preferences/index.blade.php @@ -3,87 +3,82 @@ {{Form::open(['class' => 'form-horizontal'])}} - -
-
-

Home screen accounts

-

Which accounts should be displayed on the home page?

- @foreach($accounts as $account) -
-
-
- +
+
+
+ Home screen accounts +
+
+

Which accounts should be displayed on the home page?

+ @foreach($accounts as $account) +
+
+
+ +
+
+ @endforeach +
+
+
+
+
+
+ Home view range +
+
+

By default, Firefly will show you one month of data.

+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
- @endforeach - - +
- -
-

Home view range

-

By default, Firefly will show you one month of data.

-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - - - -
-
- - - - -
-
-

Submit

- +
diff --git a/app/views/start.blade.php b/app/views/start.blade.php deleted file mode 100644 index 907a489bd8..0000000000 --- a/app/views/start.blade.php +++ /dev/null @@ -1,41 +0,0 @@ -@extends('layouts.default') -@section('content') -
-
-

Firefly
- Welcome! -

-
-
- -
-
-

- Welcome to Firefly! To get started, choose either of the two options below. -

-
-
- -
-
-

Start fresh

-

- Click the link below to create your first account, and get started with Firefly. -

-

- Start with a new account -

-
- -
-

Migrate from another Firefly

-

- If you've used Firefly before and have another database around, follow this link to import - your data from a previous version. -

-

- Import your old data -

-
-
-@stop \ No newline at end of file