<% if step.blank? and @step.present? then step = @step end %> <% timestamp = step.completed_on %> <% tables = step.tables %> <% assets = step.assets %> <% checklists = step.checklists %> <% comments = step.comments %>
" data-name="<%=t "projects.reports.elements.step.sidebar_name", pos: (step.position + 1), name: step.name %>" data-icon-class="glyphicon-circle-arrow-right">
<%=t "projects.reports.elements.step.user_time", user: step.user.full_name , timestamp: l(timestamp, format: :full) %>
<%= render partial: "reports/elements/element_controls.html.erb", locals: { show_sort: true } %>
<%=t "projects.reports.elements.step.step_pos", pos: (step.position + 1) %> <%= step.name %>
<% if strip_tags(step.description).present? %> <%= step.description.html_safe %> <% else %> <%=t "projects.reports.elements.step.no_description" %> <% end %>
<%= children if (defined? children and children.present?) %>