%= if @live_action in [:new, :edit] do %> <%= live_modal @socket, Shift73kWeb.ShiftTemplateLive.FormComponent, id: @shift_template.id || :new, title: @page_title, action: @live_action, shift_template: @shift_template, current_user: @current_user %> <% end %> <%= if @delete_shift_template do %> <%= live_modal @socket, Shift73kWeb.ShiftTemplateLive.DeleteComponent, id: @delete_shift_template.id, title: "Delete Shift Template", delete_shift_template: @delete_shift_template, current_user: @current_user %> <% end %>
<%= icon_div @socket, "bi-hourglass", [class: "icon baseline text-muted"] %> Hours | <%= shift.start_time |> Calendar.strftime("%I:%M%P") %> — <%= shift.start_time |> Time.add((60 * 60 * shift.length_hours) + ((shift.length_minutes || 0) * 60)) |> Calendar.strftime("%I:%M%P") %> |
---|---|
<%= icon_div @socket, "bi-geo", [class: "icon baseline text-muted"] %> Location | <%= if shift.location do %> <%= shift.location %> <% else %> none <% end %> |
<%= icon_div @socket, "bi-justify-left", [class: "icon baseline text-muted"] %> Description | <%= if shift.description do %> <%= shift.description %> <% else %> none <% end %> |