File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
src/ApiBundle/Resources/views/admin Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 15
15
</div >
16
16
</tr >
17
17
<tr >
18
- <th scope =" col" >< i class = " fa fa-user " aria-hidden = " true " ></ i > {{ ' label.client_name' | trans }}</th >
19
- <th scope =" col" >< i class = " fa fa-user " aria-hidden = " true " ></ i > {{ ' label.client_randomid' | trans }}</th >
20
- <th scope =" col" >< i class = " fa fa-user " aria-hidden = " true " ></ i > {{ ' label.client_secret' | trans }}</th >
18
+ <th scope =" col" >{{ ' label.client_name' | trans }}</th >
19
+ <th scope =" col" >{{ ' label.client_randomid' | trans }}</th >
20
+ <th scope =" col" >{{ ' label.client_secret' | trans }}</th >
21
21
</tr >
22
22
</thead >
23
23
<tbody >
36
36
</tr >
37
37
{% else %}
38
38
<tr >
39
- <td colspan = " 4 " align = " center " >{{ ' client.no_clients_found' | trans }}</td >
39
+ <td >{{ ' client.no_clients_found' | trans }}</td >
40
40
</tr >
41
41
{% endfor %}
42
42
</tbody >
Original file line number Diff line number Diff line change 15
15
</div >
16
16
</tr >
17
17
<tr >
18
- <th scope = " col " >< i class = " fa fa-user " aria-hidden = " true " ></ i > {{ ' label.user_firstname' | trans }}</th >
19
- <th scope = " col " >< i class = " fa fa-user " aria-hidden = " true " ></ i > {{ ' label.user_lastname' | trans }}</th >
20
- <th scope = " col " >< i class = " fa fa-user " aria-hidden = " true " ></ i > {{ ' label.user_roles' | trans }}</th >
21
- <th scope = " col " >< i class = " fa fa-user " aria-hidden = " true " ></ i > {{ ' label.user_username' | trans }}</th >
22
- <th scope = " col " >< i class = " fa fa-user " aria-hidden = " true " ></ i > {{ ' label.user_email' | trans }}</th >
23
- <th scope = " col " >< i class = " fa fa-user " aria-hidden = " true " ></ i > {{ ' label.user_dob' | trans }}</th >
18
+ <th > {{ ' label.user_firstname' | trans }}</th >
19
+ <th > {{ ' label.user_lastname' | trans }}</th >
20
+ <th > {{ ' label.user_roles' | trans }}</th >
21
+ <th > {{ ' label.user_username' | trans }}</th >
22
+ <th > {{ ' label.user_email' | trans }}</th >
23
+ <th > {{ ' label.user_dob' | trans }}</th >
24
24
</tr >
25
25
</thead >
26
26
<tbody >
42
42
</tr >
43
43
{% else %}
44
44
<tr >
45
- <td colspan = " 4 " align = " center " >{{ ' user.no_users_found' | trans }}</td >
45
+ <td >{{ ' user.no_users_found' | trans }}</td >
46
46
</tr >
47
47
{% endfor %}
48
48
</tbody >
You can’t perform that action at this time.
0 commit comments