<%= t "labels.archived" if @my_module.archived? %> <%= @my_module.name %>
<%= render partial: 'shareable_links/my_modules/header_actions' %>
> <%= render partial: 'shareable_links/my_modules/my_module_details' %>
<% if @my_module.description.present? %> <%= smart_annotation_text(@my_module.shareable_tinymce_render(:description)) %> <% else %> <%= t('my_modules.notes.no_description') %> <% end %>
<% assigned_repositories = @my_module.live_and_snapshot_repositories_list %>
<%= render partial: "shareable_links/my_modules/repositories_list", locals: { assigned_repositories: assigned_repositories } %>
<%= render partial: "shareable_links/my_modules/protocol", locals: { protocol: @my_module.protocol } %>
<%= render "shareable_links/my_modules/welcome_modal" %> <%= javascript_include_tag "handsontable.full" %> <%= render 'shared/formulas_libraries' %> <%= javascript_include_tag 'shareable_links/my_module_protocol_show' %> <%= javascript_include_tag 'shareable_links/repositories' %>