From d733468abeee12766f6c9b88fdf8ec75903a17dd Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sun, 26 Apr 2020 11:52:01 +0200 Subject: [PATCH] Sync google sheets icon name we have google_sheets as backend_name in the DB. this makes it easier to dynamically load the icon --- .../images/{google-sheets-icon.svg => google_sheets-icon.svg} | 0 app/views/forms/new.html.erb | 2 +- app/views/home/index.html.erb | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename app/assets/images/{google-sheets-icon.svg => google_sheets-icon.svg} (100%) diff --git a/app/assets/images/google-sheets-icon.svg b/app/assets/images/google_sheets-icon.svg similarity index 100% rename from app/assets/images/google-sheets-icon.svg rename to app/assets/images/google_sheets-icon.svg diff --git a/app/views/forms/new.html.erb b/app/views/forms/new.html.erb index 397d969..d529f29 100644 --- a/app/views/forms/new.html.erb +++ b/app/views/forms/new.html.erb @@ -9,7 +9,7 @@