From eae3689b35652487dc0f8ace09dcf5ac32f7e0f3 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Wed, 4 Feb 2015 15:10:44 +0000 Subject: [PATCH 1/9] Remove inline styling, add class to link Doing so negates the need inline styling, as Bootstrap has a `btn-link` class which works with grouped buttons. --- resources/views/auth/login.blade.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 344cdbd7..11a4b594 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -47,11 +47,9 @@
From 3d14dc9a5d76985c13e18ae505255dd6dd16bff6 Mon Sep 17 00:00:00 2001 From: Christoph Kempen Date: Thu, 5 Feb 2015 11:48:57 +0100 Subject: [PATCH 2/9] Get rid of npm warning: "npm WARN package.json @ No repository field." --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f45052ae..5595f071 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "private": true, "devDependencies": { "gulp": "^3.8.8", "laravel-elixir": "*" From cb2c469a5299eb0ddd5a1ab08ab0abac213172a9 Mon Sep 17 00:00:00 2001 From: Jonathan Garbee Date: Thu, 5 Feb 2015 11:03:35 -0500 Subject: [PATCH 3/9] Remove executable status from queue config. --- config/queue.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 config/queue.php diff --git a/config/queue.php b/config/queue.php old mode 100755 new mode 100644 From 8f6489ef2f3103df4f67498b479d5a001d9ece12 Mon Sep 17 00:00:00 2001 From: Ben Sampson Date: Sun, 8 Feb 2015 05:07:57 +0000 Subject: [PATCH 4/9] Use relative href on 503 font path --- resources/views/errors/503.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php index c8d767b0..669dcb80 100644 --- a/resources/views/errors/503.blade.php +++ b/resources/views/errors/503.blade.php @@ -1,6 +1,6 @@ - +