We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7413dbf commit fd9e426Copy full SHA for fd9e426
1 file changed
app/views/alchemy/admin/styleguide/index.html.erb
@@ -183,9 +183,9 @@
183
<h3>Tags Autocomplete</h3>
184
185
<div style="width: 25%">
186
- <alchemy-tags-autocomplete>
+ <%= render Alchemy::Admin::TagsAutocomplete.new do %>
187
<input type="text" class="full_width" autocomplete="off">
188
- </alchemy-tags-autocomplete>
+ <% end %>
189
</div>
190
191
<h2>Typography</h2>
0 commit comments