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