From 57d0eba58f1ddfe054bd447af079630ed35e8c75 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 11 Jan 2017 04:05:32 -0800 Subject: [PATCH] API blade cleanup --- resources/views/account/api.blade.php | 7 +------ resources/views/settings/api.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/resources/views/account/api.blade.php b/resources/views/account/api.blade.php index ff6a22b668..4240112a74 100644 --- a/resources/views/account/api.blade.php +++ b/resources/views/account/api.blade.php @@ -2,7 +2,7 @@ {{-- Page title --}} @section('title') - API Settings (test) + Personal API Keys @parent @stop @@ -11,9 +11,4 @@ - - - - - @stop diff --git a/resources/views/settings/api.blade.php b/resources/views/settings/api.blade.php index 97401c0790..716c7e33c4 100644 --- a/resources/views/settings/api.blade.php +++ b/resources/views/settings/api.blade.php @@ -2,13 +2,13 @@ {{-- Page title --}} @section('title') - API Settings (test) + OAuth API Settings @parent @stop {{-- Page content --}} @section('content') - + @stop