From 9b8d1940a1d7e8efffd76e2a3f6352d370294230 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 17 Feb 2015 00:06:02 +0100 Subject: Changed to dingo API --- .../trunk/resources/views/auth/login.blade.php | 63 --------------------- .../trunk/resources/views/auth/password.blade.php | 50 ----------------- .../trunk/resources/views/auth/register.blade.php | 65 ---------------------- .../trunk/resources/views/auth/reset.blade.php | 59 -------------------- 4 files changed, 237 deletions(-) delete mode 100644 backyard/php-api/trunk/resources/views/auth/login.blade.php delete mode 100644 backyard/php-api/trunk/resources/views/auth/password.blade.php delete mode 100644 backyard/php-api/trunk/resources/views/auth/register.blade.php delete mode 100644 backyard/php-api/trunk/resources/views/auth/reset.blade.php (limited to 'backyard/php-api/trunk/resources/views/auth') diff --git a/backyard/php-api/trunk/resources/views/auth/login.blade.php b/backyard/php-api/trunk/resources/views/auth/login.blade.php deleted file mode 100644 index 344cdbd..0000000 --- a/backyard/php-api/trunk/resources/views/auth/login.blade.php +++ /dev/null @@ -1,63 +0,0 @@ -@extends('app') - -@section('content') -
-
-
-
-
Login
-
- @if (count($errors) > 0) -
- Whoops! There were some problems with your input.

-
    - @foreach ($errors->all() as $error) -
  • {{ $error }}
  • - @endforeach -
-
- @endif - -
- - -
- -
- -
-
- -
- -
- -
-
- -
-
-
- -
-
-
- -
-
- - - Forgot Your Password? -
-
-
-
-
-
-
-
-@endsection diff --git a/backyard/php-api/trunk/resources/views/auth/password.blade.php b/backyard/php-api/trunk/resources/views/auth/password.blade.php deleted file mode 100644 index 6aa19ef..0000000 --- a/backyard/php-api/trunk/resources/views/auth/password.blade.php +++ /dev/null @@ -1,50 +0,0 @@ -@extends('app') - -@section('content') -
-
-
-
-
Reset Password
-
- @if (session('status')) -
- {{ session('status') }} -
- @endif - - @if (count($errors) > 0) -
- Whoops! There were some problems with your input.

-
    - @foreach ($errors->all() as $error) -
  • {{ $error }}
  • - @endforeach -
-
- @endif - -
- - -
- -
- -
-
- -
-
- -
-
-
-
-
-
-
-
-@endsection diff --git a/backyard/php-api/trunk/resources/views/auth/register.blade.php b/backyard/php-api/trunk/resources/views/auth/register.blade.php deleted file mode 100644 index 452c1a7..0000000 --- a/backyard/php-api/trunk/resources/views/auth/register.blade.php +++ /dev/null @@ -1,65 +0,0 @@ -@extends('app') - -@section('content') -
-
-
-
-
Register
-
- @if (count($errors) > 0) -
- Whoops! There were some problems with your input.

-
    - @foreach ($errors->all() as $error) -
  • {{ $error }}
  • - @endforeach -
-
- @endif - -
- - -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
-
- -
-
-
-
-
-
-
-
-@endsection diff --git a/backyard/php-api/trunk/resources/views/auth/reset.blade.php b/backyard/php-api/trunk/resources/views/auth/reset.blade.php deleted file mode 100644 index 3ebd8de..0000000 --- a/backyard/php-api/trunk/resources/views/auth/reset.blade.php +++ /dev/null @@ -1,59 +0,0 @@ -@extends('app') - -@section('content') -
-
-
-
-
Reset Password
-
- @if (count($errors) > 0) -
- Whoops! There were some problems with your input.

-
    - @foreach ($errors->all() as $error) -
  • {{ $error }}
  • - @endforeach -
-
- @endif - -
- - - -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
-
- -
-
-
-
-
-
-
-
-@endsection -- cgit v1.2.3