Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Memorekall Member New
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rekall
Memorekall Member New
Commits
db6e9c65
Commit
db6e9c65
authored
3 years ago
by
Camille Simiand
Browse files
Options
Downloads
Patches
Plain Diff
Add edit groups button
parent
0774f3ed
No related branches found
No related tags found
2 merge requests
!55
demo version for Clarisse workshop
,
!51
tuleap-130-add-a-capsule-into-custom-groups
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/capsule/index.html.twig
+10
-0
10 additions, 0 deletions
templates/capsule/index.html.twig
translations/messages.en.yaml
+29
-1
29 additions, 1 deletion
translations/messages.en.yaml
with
39 additions
and
1 deletion
templates/capsule/index.html.twig
+
10
−
0
View file @
db6e9c65
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
translations/messages.en.yaml
+
29
−
1
View file @
db6e9c65
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment