aboutsummaryrefslogtreecommitdiff
path: root/app/views/taxonomies
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/taxonomies')
-rw-r--r--app/views/taxonomies/_taxonomy.html.erb1
-rw-r--r--app/views/taxonomies/index.html.erb2
2 files changed, 1 insertions, 2 deletions
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>