ref: master
plugins/suppliers/views/suppliers_plugin_myprofile/index.html.erb
<%= t('views.supplier.index.suppliers') %>
<%= t('views.supplier.index.this_is_the_list_of_s') %><%= link_to_function t('views.supplier.index.add_supplier'), onclick: 'suppliers.add_link();' %><%= render 'suppliers_plugin/shared/filter', type: :supplier %><%= render 'suppliers_plugin_myprofile/new', supplier: @new_supplier %><%= render 'suppliers_plugin_myprofile/suppliers_list', suppliers: @suppliers %>