<%= task_request.created_at.strftime('%D') %> <%= task_request.deadline.try(:strftime, '%D') %> <%= task_request.time_allowed %> <%= task_request.status.titleize %> <% if params[:completed_only] %> <%= task_request.deliverable_url %> <% end %>
<%= button_tag t(".actions.manage"), class: "btn btn-light btn-sm dropdown-toggle border", data: { toggle: "dropdown", boundary: "window" }, aria: { haspopup: true, expanded: false } %>