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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user