composer update && rewrite user authentication page names
This commit is contained in:
@@ -167,7 +167,8 @@ main .user-list-container .user-friend h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
main .user-list-container .user-friend img {
|
||||
main .user-list-container .user-friend .img,
|
||||
main .user-list-container .user-friend .img img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -264,6 +265,11 @@ main .user-request-container h1 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
main .user-request-container .img,
|
||||
main .user-request-container .img img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
main .user-request-container button {
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
|
||||
@@ -48,8 +48,8 @@
|
||||
{{ 'layout.logout'|trans({}, 'FOSUserBundle') }}
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="{{ path('fos_user_registration_register') }}" class="small">Sign up</a> ·
|
||||
<a href="{{ path('fos_user_security_login') }}" class="small">Sign in</a>
|
||||
<a href="{{ path('fos_user_registration_register') }}" class="small">Registration</a> ·
|
||||
<a href="{{ path('fos_user_security_login') }}" class="small">Login</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<h3>
|
||||
|
||||
Reference in New Issue
Block a user