<%= @my_module.name %>
<%= render partial: 'shareable_links/header_actions' %>
<%= render partial: 'shareable_links/task_flow_button', locals: { my_module: @my_module } if @my_module.my_module_status_flow %>
<%= render partial: 'shareable_links/my_module_details' %>
<% if @my_module.description.present? %> <%= custom_auto_link(@my_module.tinymce_render(:description), simple_format: false, tags: %w(img), team: current_team) %> <% else %> <%= t('my_modules.notes.no_description') %> <% end %>