Skip to content
Snippets Groups Projects
Commit df8acc38 authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

FIX: update "edit page" link

parent 9c468dbe
No related branches found
No related tags found
1 merge request!29Resolve "Update "Edit page" link"
...@@ -39,8 +39,9 @@ ...@@ -39,8 +39,9 @@
<div> <div>
<span class="editpage"> <span class="editpage">
<svg class="icon gdoc_code"><use xlink:href="#gdoc_code"></use></svg> <svg class="icon gdoc_code"><use xlink:href="#gdoc_code"></use></svg>
<a href="{{ $geekdocRepo }}/{{ $geekdocEditPath }}/{{ $.Scratch.Get "geekdocFilePath" }}"> <a rel="nofollow"
Modifier la page href="{{ $geekdocRepo }}/{{ $geekdocEditPath }}/{{ $.Scratch.Get "geekdocFilePath" }}">
Une erreur dans le texte ? Proposez une modification
</a> </a>
</span> </span>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment