link with hash

This commit is contained in:
Baptiste Lemoine 2020-04-12 18:09:45 +02:00
parent c133b1af99
commit f40b899ac8
3 changed files with 6 additions and 5 deletions

View File

@ -9,14 +9,14 @@
}
.footer-content{
margin-top: 1em;
background: #ccc;
background: #f2dff2;
}
ul {
border-left: 3px solid #ddd;
border-left: 3px solid #f2dff2;
}
a {
padding: 1em; border-radius: 3px;
background: #7d6c99;
background: #ceb4f5;
color: #201b27;
margin: 0.5rem 0;
display: inline-block;

View File

@ -7,7 +7,6 @@
vient de rédiger un commentaire.
<blockquote style="background: #dedede; padding: 1em 2em;">
<i>
{% autoescape %}
{{ comment.text }}
{% endautoescape %}
@ -15,7 +14,9 @@
</blockquote>
<br>
Vous pouvez retrouver votre sondage avec le lien suivant :
<br>
{% include 'emails/partial/admin_link.html.twig' %}
<br>
{% include 'emails/partial/public_link.html.twig' %}
{% endblock %}

View File

@ -1,2 +1,2 @@
<a href="{{ BASE_URL }}/poll/{{ poll.id }}/admin/{{ poll.adminKey }}">{{ BASE_URL }}
<a href="{{ BASE_URL }}/#/poll/{{ poll.id }}/admin/{{ poll.adminKey }}">{{ BASE_URL }}
/admin/{{ poll.adminKey }}</a>