Sha256: 6d31bd678c58f37e4ccb266ec63c5f079d0e6fa4411a65982c9190c24c0d50fb

Contents?: true

Size: 429 Bytes

Versions: 28

Compression:

Stored size: 429 Bytes

Contents

<% label = item.pref_label.to_s.presence || ":#{item.origin} [#{t("txt.common.translation_missing_for")} #{[I18n.locale.to_s, Iqvoc::Concept.pref_labeling_languages.first.to_s].uniq.join(", ")}]" %>
<%= link_to truncate(label, :length => 45), (item.published? ? concept_path(:id => item.origin) : concept_path(:published => 0, :id => item.origin)) %>
<%- if (item.additional_info) -%>
  (<%= item.additional_info %>)
<%- end -%>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
iqvoc-4.3.1 app/views/partials/concept/_edit_link_base.html.erb
iqvoc-4.3.0 app/views/partials/concept/_edit_link_base.html.erb
iqvoc-4.2.0 app/views/partials/concept/_edit_link_base.html.erb
iqvoc-4.1.3 app/views/partials/concept/_edit_link_base.html.erb
iqvoc-4.1.2 app/views/partials/concept/_edit_link_base.html.erb
iqvoc-4.1.1 app/views/partials/concept/_edit_link_base.html.erb
iqvoc-4.1.0 app/views/partials/concept/_edit_link_base.html.erb
iqvoc-4.0.9 app/views/partials/concept/_edit_link_base.html.erb