<%=l :label_glossary_terms %>
<%= link_to l(:label_glossary_term_new), new_glossary_term_path, class: 'icon icon-add' %>
<%=l :field_name %> |
<%=l :field_description %> |
<% @glossary_terms.each do |term| %>
<%= link_to term.name, term %>
|
<%= term.description %>
|
<% end %>