From b54a8458d5029b3494165b7430e21b3ae34ecc0c Mon Sep 17 00:00:00 2001
From: hellekin <hellekin@cepheide.org>
Date: Fri, 22 Jan 2021 05:32:15 +0100
Subject: Upgrade Rails and add StimulusJS support

---
 app/views/taxonomies/_taxonomy.html.erb | 1 -
 app/views/taxonomies/index.html.erb     | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

(limited to 'app/views/taxonomies')

diff --git a/app/views/taxonomies/_taxonomy.html.erb b/app/views/taxonomies/_taxonomy.html.erb
index eff6931..eb2dd79 100644
--- a/app/views/taxonomies/_taxonomy.html.erb
+++ b/app/views/taxonomies/_taxonomy.html.erb
@@ -5,4 +5,3 @@
     <button data-action="taxonomy#deploy">Preview</button>
     <div class="deploy" data-target="taxonomy.deploy"></div>
 </section>
-
diff --git a/app/views/taxonomies/index.html.erb b/app/views/taxonomies/index.html.erb
index d060f6c..705b0d4 100644
--- a/app/views/taxonomies/index.html.erb
+++ b/app/views/taxonomies/index.html.erb
@@ -1,5 +1,5 @@
 <section id="taxonomies">
     <h2>Available Taxonomies</h2>
 
-    <%= render collection: @taxonomies: %>
+    <%= render collection: @taxonomies %>
 </section>
-- 
cgit v1.2.3