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

Add edit video url link and translations

parent 9894b250
Branches
Tags
1 merge request!48tuleap-133-change-the-video-url-of-a-capsule
......@@ -72,6 +72,14 @@
{{ 'capsule.edit_permissions.link'|trans }}
</a>
</div>
<div class="list-item text-nowrap">
<a href="/capsule/{{ capsule.getId() }}/edit_video_url" class="links text-decoration-none">
<i class="fas fa-link m-2"></i>
{{ 'capsule.edit.video_url.link'|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>
......
......@@ -70,6 +70,8 @@ capsule:
link: Edit capsule
not_allowed: You are not allowed to edit this capsule
not_found: The capsule was not found
video_url:
link: Edit video URL
duplicate:
link: Duplicate capsule
title: Duplicate capsule
......
......@@ -67,6 +67,8 @@ capsule:
link: Modifier la capsule
not_allowed: Vous n'êtes pas autorisé a modifier cette capsule
not_found: La capsule n'existe pas
video_url:
link: Modifier l'URL de la vidéo
duplicate:
link: Dupliquer la capsule
title: Dupliquer la capsule
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment