<% if protocol.steps.length > 0 %>
<% end %>
<% protocol.steps.sort_by(&:position).each do |step| %>
<%= render partial: "shareable_links/my_modules/step", locals: { step: step } %>
<%= render partial: "shareable_links/my_modules/comments_sidebar", locals: { step: step } %>
<% end %>