From 7f25bed94dd505ba8244053cf1850f7c7d27c71a Mon Sep 17 00:00:00 2001
From: naji <naji@cines.fr>
Date: Mon, 31 May 2021 18:19:22 +0200
Subject: [PATCH] feat: supprimer button retoure de file d'arian

---
 .../projects/pastis/src/app/notice/notice.component.html      | 4 ++--
 .../file-tree-metadata/file-tree-metadata.component.html      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ui/ui-frontend/projects/pastis/src/app/notice/notice.component.html b/ui/ui-frontend/projects/pastis/src/app/notice/notice.component.html
index 7ca386895..c9b898810 100644
--- a/ui/ui-frontend/projects/pastis/src/app/notice/notice.component.html
+++ b/ui/ui-frontend/projects/pastis/src/app/notice/notice.component.html
@@ -7,12 +7,12 @@
         <!-- Top left panel container -->
         <div class="pastis-metadata-option-entete-1">
           <!--Arrow button conainer-->
-          <div class="pastis-position-btn-arrow-back">
+          <!-- <div class="pastis-position-btn-arrow-back">
             <button class="btn btn-circle primary small" tooltip="Retour vers la liste des profils" placement="bottom"
                     show-delay="0" tooltip-class="pastis-tooltip-class" (click)="goBack()">
                 <i class="material-icons">arrow_back</i>
             </button>
-          </div>
+          </div> -->
           <!--Panel content separator-->
           <div class="pastis-entete-1-separator"></div>
           <!--Text cotopntainer-->
diff --git a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.html b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.html
index f47cc08c9..e8ba01c38 100644
--- a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.html
+++ b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.html
@@ -5,12 +5,12 @@
       <!-- Top left panel container -->
       <div class="pastis-metadata-option-entete-1">
         <!--Arrow button conainer-->
-        <div class="pastis-position-btn-arrow-back">
+        <!-- <div class="pastis-position-btn-arrow-back">
           <button class="btn btn-circle primary small" tooltip="Retour vers la liste des profils" placement="bottom"
                   show-delay="0" tooltip-class="pastis-tooltip-class" (click)="goBack()">
             <i class="material-icons">arrow_back</i>
           </button>
-        </div>
+        </div> -->
         <!--Panel content separator-->
         <div class="pastis-entete-1-separator"></div>
         <!--Text cotopntainer-->
-- 
GitLab