<%=l :label_glossary_terms %>

<%= link_to l(:label_glossary_term_new), new_project_glossary_term_path, class: 'icon icon-add' %>
<% @glossary_terms.each do |term| %> <% end %>
# <%=l :field_name %> <%=l :field_category %> <%=l :field_description %>
<%= term.id %> <%= link_to term.name, term %> <%= term.category.try!(:name) %> <%= term.description %>