Garder la casse sur le lien avec le token

Fix #22.
This commit is contained in:
Guillaume Ayoub 2018-05-11 22:55:59 +02:00
parent 823384cb84
commit d6ed9a798c
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,9 @@ a
&:hover
color: lighten($action-secondary, 10%)
&.case-sensitive
text-transform: none
label
display: block
margin: 1em 0

View File

@ -14,7 +14,7 @@
</p>
<p>
En attendant, vous pouvez toujours la modifier en utilisant le lien :
<a href="{{ edit_post_url }}">{{ edit_post_url }}</a>.
<a class="case-sensitive" href="{{ edit_post_url }}">{{ edit_post_url }}</a>.
Attention à conserver celui-ci secret !
</p>