Skip to content

Commit aeb17fe

Browse files
committed
Renames to lowercase
1 parent 2486898 commit aeb17fe

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/Puphpet/MainBundle/Controller/PythonController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function indexAction(array $data)
1515

1616
public function addVersionAction()
1717
{
18-
return $this->render('PuphpetMainBundle:Python/sections:Version.html.twig', [
18+
return $this->render('PuphpetMainBundle:Python/sections:version.html.twig', [
1919
'selected_version' => $this->getData()['empty_version'],
2020
'available_versions' => $this->getData()['available_versions'],
2121
]);

src/Puphpet/MainBundle/Controller/RubyController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function indexAction(array $data)
1515

1616
public function addVersionAction()
1717
{
18-
return $this->render('PuphpetMainBundle:ruby/sections:Version.html.twig', [
18+
return $this->render('PuphpetMainBundle:ruby/sections:version.html.twig', [
1919
'selected_version' => $this->getData()['empty_version'],
2020
'available_versions' => $this->getData()['available_versions'],
2121
]);

src/Puphpet/MainBundle/Resources/views/python/form.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<div class="clearfix"></div>
6464

6565
{% for selected_version in python.versions %}
66-
{% include 'PuphpetMainBundle:Python/sections:Version.html.twig'
66+
{% include 'PuphpetMainBundle:Python/sections:version.html.twig'
6767
with {'available_versions': python.available_versions, 'selected_version': selected_version} %}
6868
{% endfor %}
6969

0 commit comments

Comments
 (0)