Skip to content
Snippets Groups Projects
Commit b14ede6c authored by Sebastien's avatar Sebastien
Browse files

Merge branch...

Merge branch 'tuleap-200-remove-pending-editor-page-not-found-because-of-missing-locale' into 'main'

tuleap-200-remove-pending-editor-page-not-found-because-of-missing-locale

See merge request !82
parents 98c2702b fc70fa61
No related branches found
No related tags found
1 merge request!82tuleap-200-remove-pending-editor-page-not-found-because-of-missing-locale
Pipeline #985 passed
......@@ -63,7 +63,8 @@
{% for pending_editor in pending_editors %}
<li class="text-secondary list-unstyled p-1">
{{ pending_editor.getEmail() }}
<a href="/capsule/{{ capsule.getId() }}/pending_editor/{{ pending_editor.getId() }}/remove" class="remove-link">
<a href="{{ path('remove_pending_editor', {'_locale': current_user.getLocale(), 'capsule_id' : capsule.getId(), 'pending_editor_invitation_id': pending_editor.getId()}) }}"
class="remove-link">
{{ 'editors.remove.pending_editor.link'|trans }}
</a>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment