mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
link with hash
This commit is contained in:
parent
c133b1af99
commit
f40b899ac8
@ -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;
|
||||||
|
@ -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 %}
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user