diff options
Diffstat (limited to 'app/views/taxonomies/index.html.erb')
-rw-r--r-- | app/views/taxonomies/index.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/taxonomies/index.html.erb b/app/views/taxonomies/index.html.erb new file mode 100644 index 0000000..d060f6c --- /dev/null +++ b/app/views/taxonomies/index.html.erb @@ -0,0 +1,5 @@ +<section id="taxonomies"> + <h2>Available Taxonomies</h2> + + <%= render collection: @taxonomies: %> +</section> |