app/views/partials/concept/_new_link_base.html.erb

Summary

Maintainability
Test Coverage
<%= sidebar_item icon: 'edit',
  text: t('txt.views.concepts.new', :concept_class_name => Iqvoc::Concept.base_class.model_name.human(:count => 1)),
  path: new_concept_path(published: 0),
  perms: [:create, Iqvoc::Concept.base_class]
%>