File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,21 @@ public function indexAction(array $data)
17
17
18
18
public function addUserAction ()
19
19
{
20
- return $ this ->render ('PuphpetMainBundle:mysql/sections:User .html.twig ' , [
20
+ return $ this ->render ('PuphpetMainBundle:mysql/sections:user .html.twig ' , [
21
21
'user ' => $ this ->getData ()['empty_user ' ],
22
22
]);
23
23
}
24
24
25
25
public function addDatabaseAction ()
26
26
{
27
- return $ this ->render ('PuphpetMainBundle:mysql/sections:Database .html.twig ' , [
27
+ return $ this ->render ('PuphpetMainBundle:mysql/sections:database .html.twig ' , [
28
28
'database ' => $ this ->getData ()['empty_database ' ],
29
29
]);
30
30
}
31
31
32
32
public function addGrantAction ()
33
33
{
34
- return $ this ->render ('PuphpetMainBundle:mysql/sections:Grant .html.twig ' , [
34
+ return $ this ->render ('PuphpetMainBundle:mysql/sections:grant .html.twig ' , [
35
35
'grant ' => $ this ->getData ()['empty_grant ' ],
36
36
'available_privileges ' => $ this ->getData ()['available_privileges ' ],
37
37
]);
Original file line number Diff line number Diff line change 112
112
<div class =" clearfix" ></div >
113
113
114
114
{% for user in mysql .users %}
115
- {% include ' PuphpetMainBundle:mysql/sections:User .html.twig' with {' user' : user } %}
115
+ {% include ' PuphpetMainBundle:mysql/sections:user .html.twig' with {' user' : user } %}
116
116
{% endfor %}
117
117
118
118
<a href =" #" data-source-url =" {{ path(' puphpet.mysql.add_user' ) }}"
119
119
class =" add-block" ><i class =" fa fa-level-up fa-rotate-90" ></i > Add another user</a >
120
120
121
121
{% for database in mysql .databases %}
122
- {% include ' PuphpetMainBundle:mysql/sections:Database .html.twig' with {' database' : database } %}
122
+ {% include ' PuphpetMainBundle:mysql/sections:database .html.twig' with {' database' : database } %}
123
123
{% endfor %}
124
124
125
125
<a href =" #" data-source-url =" {{ path(' puphpet.mysql.add_database' ) }}"
126
126
class =" add-block" ><i class =" fa fa-level-up fa-rotate-90" ></i > Add another database</a >
127
127
128
128
{% for grant in mysql .grants %}
129
- {% include ' PuphpetMainBundle:mysql/sections:Grant .html.twig' with {
129
+ {% include ' PuphpetMainBundle:mysql/sections:grant .html.twig' with {
130
130
' available_privileges' : mysql .available_privileges , ' grant' : grant } %}
131
131
{% endfor %}
132
132
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments