<% terms.each do |term| %> <% end %>
# <%=l :field_name %> <%=l :field_category %> <%=l :field_description %>
<%= term.id %> <%= link_to term.name, [@project, term] %> <%= term.category.try!(:name) %> <%= term.description %>