<%= link_to l(:button_edit), edit_glossary_term_path, class: 'icon icon-edit' %>

<%=l :label_glossary_term %> #<%= @term.id %>

<%= @term.name %>

<%=l :field_description %> <%= @term.description %>
<%=l :field_created_on %> <%= format_time(@term.created_at) %>
<%=l :field_updated_on %> <%= format_time(@term.updated_at) %>