Skip to content
Snippets Groups Projects
Commit db6e9c65 authored by Camille Simiand's avatar Camille Simiand
Browse files

Add edit groups button

parent 0774f3ed
No related branches found
No related tags found
2 merge requests!55demo version for Clarisse workshop,!51tuleap-130-add-a-capsule-into-custom-groups
......@@ -80,6 +80,16 @@
</a>
</div>
<div class="list-item text-nowrap">
<a href="#
{#{{ path('capsules_edit_group', { 'capsule_id' : capsule.getId()}) }}#}
" class="links text-decoration-none">
<i class="fas fa-layer-group m-2"></i>
{{ 'capsule.edit.groups.title'|trans }}
</a>
</div>
<div class="list-item text-nowrap">
<a href="/capsule/duplicate/{{ capsule.getId() }}" class="links text-decoration-none">
<i class="far fa-clone m-2"></i>
......
......@@ -114,3 +114,31 @@ user:
updated_success: The password has been updated
edit_profile: Edit my profile
edit_password: Edit my password
editors:
title: Editors
title_name: Editors of capsule %capsule_name%
add_email_address: Add new editor with email address
current_editors_title: Current editors
pending_editors_title: Pending editors
user_not_editor_error: You are not editor of the capsule
add:
pending_editor:
success: The user user_email has been added to pending editor list.
He will receive an email to invite him register on MemoRekall and to inform him he has been added as an editor of this capsule.
already_added: The user user_email has already been added to pending editor list
email:
title: Invitation to edit a MemoRekall capsule
text: You have been added by %user_name% as editor of the capsule "%capsule_name%".
In order to access and edit it, you first need to register on MemoRekall. Please follow this link to
link: https://project.memorekall.com/register/
link_name: register
user:
success: The user user_email is now an editor of the capsule capsule_name.
He will receive an email to inform him he has been added as an editor of this capsule.
already_added: The user user_email is already an editor of this capsule
email:
title: New capsule on your list
text: You have been add by %user_name% as editor of the capsule "%capsule_name%".
You can now access and edit it. You will find the capsule in your capsule list.
link: Go to capsule edition page
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment