From 0922a7cbd68f3a02c2f3eac704180931044f53c2 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Mon, 5 Feb 2024 12:45:56 -0600 Subject: [PATCH] Form save icon Fixes #310 --- app/assets/images/icn-check.svg | 3 +++ app/views/accounts/new.html.erb | 2 +- app/views/accounts/new_credit.html.erb | 2 +- app/views/settings/edit.html.erb | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 app/assets/images/icn-check.svg diff --git a/app/assets/images/icn-check.svg b/app/assets/images/icn-check.svg new file mode 100644 index 00000000..1e1c6c73 --- /dev/null +++ b/app/assets/images/icn-check.svg @@ -0,0 +1,3 @@ + + + diff --git a/app/views/accounts/new.html.erb b/app/views/accounts/new.html.erb index 3560e4f9..a7556f27 100644 --- a/app/views/accounts/new.html.erb +++ b/app/views/accounts/new.html.erb @@ -39,7 +39,7 @@
<% end %> diff --git a/app/views/accounts/new_credit.html.erb b/app/views/accounts/new_credit.html.erb index 889243c1..12fdb371 100644 --- a/app/views/accounts/new_credit.html.erb +++ b/app/views/accounts/new_credit.html.erb @@ -31,7 +31,7 @@
<% end %> \ No newline at end of file diff --git a/app/views/settings/edit.html.erb b/app/views/settings/edit.html.erb index dffe29b0..e92b05a9 100644 --- a/app/views/settings/edit.html.erb +++ b/app/views/settings/edit.html.erb @@ -36,7 +36,7 @@
<% end %>