% content_for :header_tags do %> <%= stylesheet_link_tag 'glossary', plugin: 'redmine_glossary' %> <% end %>
<%=l :field_name_en %>: | <%= @term.name_en %> |
---|---|
<%=l :field_rubi %>: | <%= @term.rubi %> |
<%=l :field_abbr_whole %>: | <%= @term.abbr_whole %> |
<%=l :field_datatype %>: | <%= @term.datatype %> |
<%=l :field_codename %>: | <%= @term.codename %> |
<%=l :field_category %>: | <%= @term.category.try!(:name) %> |
<%=l :field_description %>: | <%= textilizable @term, :description %> |
<%=l :field_created_on %>: | <%= format_time(@term.created_at) %> |
<%=l :field_updated_on %>: | <%= format_time(@term.updated_at) %> |