Просмотр исходного кода

change ing-circle to rounded-circle

ryuichi-e 6 лет назад
Родитель
Сommit
12f74655ef
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/server/views/widget/page_alerts.html

+ 1 - 1
src/server/views/widget/page_alerts.html

@@ -85,7 +85,7 @@
       <div>
         This page is in the trash <i class="icon-trash" aria-hidden="true"></i>.
         {% if page.isDeleted() %}
-        <br>Deleted by <img src="{{ page.lastUpdateUser|picture }}" class="picture picture-sm img-circle"> {{ page.lastUpdateUser.name }} at {{ page.updatedAt|datetz('Y-m-d H:i:s') }}
+        <br>Deleted by <img src="{{ page.lastUpdateUser|picture }}" class="picture picture-sm rounded-circle"> {{ page.lastUpdateUser.name }} at {{ page.updatedAt|datetz('Y-m-d H:i:s') }}
         {% endif %}
       </div>
       {% if page.isDeleted() and user %}