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

Summary

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