From 203c29db4d2f08e3194548e8fdbb503686912a37 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 29 Dec 2014 19:55:16 +0000 Subject: [PATCH] Fix user profile page --- app/views/dashboard/user.blade.php | 70 ++++++++++++++++-------------- 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/app/views/dashboard/user.blade.php b/app/views/dashboard/user.blade.php index 31a6ba8c..1d742714 100644 --- a/app/views/dashboard/user.blade.php +++ b/app/views/dashboard/user.blade.php @@ -1,39 +1,43 @@ @extends('layout.dashboard') @section('content') -
- {{ Lang::get('cachet.dashboard.user') }} -
-
-
- @if($updated = Session::get('updated')) -
- @if($updated) - Awesome. Profile updated. - @else - Whoops. Something went wrong when updating. - @endif -
- @endif +
+ + {{ Lang::get('cachet.dashboard.user') }} + +
+
+
+
+ @if($updated = Session::get('updated')) +
+ @if($updated) + Awesome. Profile updated. + @else + Whoops. Something went wrong when updating. + @endif +
+ @endif -
-
-
- - -
-
- - -
-
- - -
-
+ +
+
+ + +
+
+ + +
+
+ + +
+
- -
-
-
+ + +
+
+
@stop