From 65ad320d6f0adea5151a8c014b04ecfb1772ac69 Mon Sep 17 00:00:00 2001
From: James Watts
Date: Thu, 24 Oct 2013 12:59:52 +0200
Subject: [PATCH] Revised CakePHP and external links on the home page
---
app/View/Pages/home.ctp | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/app/View/Pages/home.ctp b/app/View/Pages/home.ctp
index 0e4ccb0f5..2a738494b 100644
--- a/app/View/Pages/home.ctp
+++ b/app/View/Pages/home.ctp
@@ -144,7 +144,7 @@ if (isset($filePresent)):
echo '';
echo __d('cake_dev', 'DebugKit is not installed. It will help you inspect and debug different aspects of your application.');
echo '
';
- echo __d('cake_dev', 'You can install it from %s', $this->Html->link('github', 'https://github.com/cakephp/debug_kit'));
+ echo __d('cake_dev', 'You can install it from %s', $this->Html->link('GitHub', 'https://github.com/cakephp/debug_kit'));
echo '';
endif;
?>
@@ -203,24 +203,32 @@ You can also add some CSS styles for your pages at: %s.',