diff --git a/app/views/glossary_terms/index.html.erb b/app/views/glossary_terms/index.html.erb index 762e6f0..0b260aa 100644 --- a/app/views/glossary_terms/index.html.erb +++ b/app/views/glossary_terms/index.html.erb @@ -1,19 +1,19 @@

GlossaryTermsController#index

- +
- - + + <% @glossary_terms.each do |term| %> - -
namedescriptionnamedescription
+ <%= term.name %> + <%= term.description %>