From beae3d9a6b862df61e7c476605e19fc2de3f44d8 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 16 Apr 2025 09:55:41 -0500 Subject: [PATCH] Clearer assignment icon --- app/assets/images/person-add.svg | 1 + app/assets/stylesheets/icons.css | 1 + app/views/cards/display/common/_assignees.html.erb | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/person-add.svg diff --git a/app/assets/images/person-add.svg b/app/assets/images/person-add.svg new file mode 100644 index 000000000..9c8e13b8c --- /dev/null +++ b/app/assets/images/person-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/stylesheets/icons.css b/app/assets/stylesheets/icons.css index 987210def..bc6f9e77f 100644 --- a/app/assets/stylesheets/icons.css +++ b/app/assets/stylesheets/icons.css @@ -50,6 +50,7 @@ .icon--password { --svg: url("password.svg "); } .icon--pencil { --svg: url("pencil.svg "); } .icon--person { --svg: url("person.svg "); } + .icon--person-add { --svg: url("person-add.svg "); } .icon--picture-add { --svg: url("picture-add.svg "); } .icon--picture-double { --svg: url("picture-double.svg "); } .icon--picture-remove { --svg: url("picture-remove.svg "); } diff --git a/app/views/cards/display/common/_assignees.html.erb b/app/views/cards/display/common/_assignees.html.erb index 58b4b67c5..7cfa48447 100644 --- a/app/views/cards/display/common/_assignees.html.erb +++ b/app/views/cards/display/common/_assignees.html.erb @@ -5,7 +5,7 @@
>