<%= link_to l(:button_edit), edit_project_glossary_term_path, class: 'icon icon-edit' %>
<%= link_to l(:button_delete), project_glossary_term_path, method: :delete,
data: {confirm: l(:text_are_you_sure)}, class: 'icon icon-del' %>
<%=l :label_glossary_term %> #<%= @term.id %>
<%= @term.name %>
<%=l :field_category %> |
<%= @term.category.try!(:name) %>
|
<%=l :field_description %> |
<%= @term.description %> |
<%=l :field_created_on %> |
<%= format_time(@term.created_at) %> |
<%=l :field_updated_on %> |
<%= format_time(@term.updated_at) %> |