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{ .footer-content{
margin-top: 1em; margin-top: 1em;
background: #ccc; background: #f2dff2;
} }
ul { ul {
border-left: 3px solid #ddd; border-left: 3px solid #f2dff2;
} }
a { a {
padding: 1em; border-radius: 3px; padding: 1em; border-radius: 3px;
background: #7d6c99; background: #ceb4f5;
color: #201b27; color: #201b27;
margin: 0.5rem 0; margin: 0.5rem 0;
display: inline-block; display: inline-block;

View File

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