diff --git a/assets/img/icons/icon_edit.png b/assets/img/icons/icon_edit.png
new file mode 100644
index 0000000..c10df9f
Binary files /dev/null and b/assets/img/icons/icon_edit.png differ
diff --git a/assets/img/icons/icon_restore.png b/assets/img/icons/icon_restore.png
new file mode 100644
index 0000000..06ed651
Binary files /dev/null and b/assets/img/icons/icon_restore.png differ
diff --git a/projects/templates/partials/inc-projects-results.html b/projects/templates/partials/inc-projects-results.html
index d262f8d..78f0dd1 100644
--- a/projects/templates/partials/inc-projects-results.html
+++ b/projects/templates/partials/inc-projects-results.html
@@ -55,9 +55,9 @@
- {% if project.secure_deal %}
- - Безопасная сделка
- {% endif %}
+ -
+ Безопасная сделка
+
-
{{ project.specialization.name }}
diff --git a/users/static/sass/customer-profile.sass b/users/static/sass/customer-profile.sass
index 0dd42a6..9fff262 100644
--- a/users/static/sass/customer-profile.sass
+++ b/users/static/sass/customer-profile.sass
@@ -93,7 +93,7 @@ table.projects
height: 20px
background-size: cover
position: relative
- left: -5px
+ left: -10px
.icon-rating
@extend %icons
@@ -114,12 +114,28 @@ table.projects
height: 26px
background: url('#{$static}/img/rett.png') no-repeat 0 -44px
-.icon-protect
+.icon-restore
+ @extend %icons
+ &:before
+ width: 26px !important
+ height: 26px
+ left: -45px !important
+ background:
+ image: url('#{$static}/img/icons/icon_restore.png') !important
+ repeat: no-repeat
+ size: 26px 26px
+ position: 0 0 !important
+
+.icon-edit_list
@extend %icons
&:before
width: 26px
height: 26px
- background: url('#{$static}/img/cenaList.png') no-repeat 0 0
+ background:
+ image: url('#{$static}/img/icons/icon_edit.png') !important
+ repeat: no-repeat
+ size: 26px 26px
+ position: 0 0 !important
.icon-trash-red
@extend %icons
diff --git a/users/templates/partials/inc-objects.html b/users/templates/partials/inc-objects.html
index 91c1adc..c602ea2 100644
--- a/users/templates/partials/inc-objects.html
+++ b/users/templates/partials/inc-objects.html
@@ -27,7 +27,7 @@
data-is-team-offer="true"
data-toggle="modal"
data-target="#realtyEditModal">
- Редактировать
+ Редактировать
{% endif %}
diff --git a/users/templates/partials/inc-projects.html b/users/templates/partials/inc-projects.html
index d271969..c91a6ff 100644
--- a/users/templates/partials/inc-projects.html
+++ b/users/templates/partials/inc-projects.html
@@ -49,13 +49,14 @@
{% if request.user == proj.customer %}
{% if trash %}
{% else %}
diff --git a/users/templates/partials/tabs/tab-in_work_projects.html b/users/templates/partials/tabs/tab-in_work_projects.html
index 043459b..7a45f32 100644
--- a/users/templates/partials/tabs/tab-in_work_projects.html
+++ b/users/templates/partials/tabs/tab-in_work_projects.html
@@ -50,7 +50,10 @@
{% if request.user == proj.customer %}
- -
+
-
+ Безопасная сделка
+
+ -
Редактировать
diff --git a/users/templates/partials/tabs/tab-open_projects.html b/users/templates/partials/tabs/tab-open_projects.html
index bd743de..0dfe379 100644
--- a/users/templates/partials/tabs/tab-open_projects.html
+++ b/users/templates/partials/tabs/tab-open_projects.html
@@ -16,10 +16,6 @@
{% endif %}
-
- {# #}
- {# Filter be here#}
- {#
#}