Parcourir la source

removed alert-moved

ryuichi-e il y a 6 ans
Parent
commit
5e60ed68af
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/server/views/widget/page_alerts.html

+ 0 - 2
src/server/views/widget/page_alerts.html

@@ -28,7 +28,6 @@
     {% endif %}
 
     {% if redirectFrom or req.query.renamed or req.query.redirectFrom %}
-    <div class="alert alert-info alert-moved d-flex align-items-center justify-content-between">
       <span>
         {% set fromPath = req.query.renamed or req.query.redirectFrom %}
         {% if redirectFrom or req.query.redirectFrom %}
@@ -52,7 +51,6 @@
     {% endif %}
 
     {% if req.query.duplicated and not page.isDeleted() %}
-    <div class="alert alert-success alert-moved">
       <span>
         <strong>{{ t('Duplicated') }}: </strong> {{ t('page_page.notice.duplicated', req.sanitize(req.query.duplicated)) }}
       </span>