8000 Merge branch '2.7' into 2.8 · symfony/symfony-standard@1c4ec4a · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
8000

Commit 1c4ec4a

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: Improve text on the welcome page updated VENDORS for 2.7.9 fixed typo
2 parents 77baada + 5c94876 commit 1c4ec4a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/Resources/views/default/index.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<p>
1212
<svg id="icon-status" width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z" fill="#759E1A"/></svg>
1313

14-
Your application is ready to start working on it at:
14+
Your application is now ready. You can start working on it at:
1515
<code>{{ base_dir }}/</code>
1616
</p>
1717
</div>
@@ -35,7 +35,7 @@
3535
c2.8,0,5-2.4,5-5.4V17.9h3.7c1.6,0,2.9,1.4,2.9,3.1V65.1L42.1,65.1z"/>
3636
</svg>
3737

38-
Read Symfony documentation to learn
38+
Read the documentation to learn
3939
<a href="http://symfony.com/doc/{{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION')[:3] }}/book/page_creation.html">
4040
How to create your first page in Symfony
4141
</a>

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/AppBundle/Controller/DefaultController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function indexAction(Request $request)
1515
{
1616
// replace this example code with whatever you need
1717
return $this->render('default/index.html.twig', array(
18-
'base_dir' => realpath($this->getParameter('kernel.root_dir').'/..'),
18+
'base_dir' => realpath($this->container->getParameter('kernel.root_dir').'/..'),
1919
));
2020
}
2121
}

0 commit comments

Comments
 (0)
0