Sync google sheets icon name

we have google_sheets as backend_name in the DB. this makes it easier
to dynamically load the icon
This commit is contained in:
2020-04-26 11:52:01 +02:00
parent d67961d98b
commit d733468abe
3 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<ul>
<li class="<%= 'is-active' if @form.backend_name == 'google_sheets' %>">
<a href="#" data-target="google-sheets-form">
<span class="icon is-small"><%= image_tag 'google-sheets-icon.svg' %></span>
<span class="icon is-small"><%= image_tag 'google_sheets-icon.svg' %></span>
<span>Google Sheets</span>
</a>
</li>