Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathieu Loiseau
MagicWord
Commits
77e4606f
Commit
77e4606f
authored
May 23, 2019
by
Arnaud Bey
Browse files
fix registration confirmation view
parent
5e76512b
Changes
1
Hide whitespace changes
Inline
Side-by-side
application/app/Resources/FOSUserBundle/views/Registration/confirmed.html.twig
View file @
77e4606f
...
...
@@ -5,8 +5,12 @@
{%
block
fos_user_content
%}
<div
class=
"row"
>
<div
class=
"col"
>
<div
class=
"alert alert-success"
>
{{
'registration.confirmed'
|
trans
(
{
'%username%'
:
user.username
}
)
}}
</div>
<a
href=
"
{{
path
(
'home'
)
}}
"
class=
"btn btn-sm btn-primary"
>
{{
'go'
|
trans
}}
</a>
<div
class=
"card"
>
<div
class=
"card-body"
>
<div
class=
"alert alert-success"
>
{{
'registration.confirmed'
|
trans
(
{
'%username%'
:
user.username
}
)
}}
</div>
<a
href=
"
{{
path
(
'home'
)
}}
"
class=
"btn btn-sm btn-primary"
>
C'est parti !
</a>
</div>
</div>
</div>
</div>
{%
endblock
fos_user_content
%}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment