%= 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 %>
Description | <%= if shift.description do %> <%= shift.description %> <% else %> empty <% end %> |
---|---|
Location | <%= if shift.location do %> <%= shift.location %> <% else %> empty <% end %> |
Subject | Description | Location | Timezone | Start time | Length | |
---|---|---|---|---|---|---|
<%= shift.subject %> | <%= shift.description %> | <%= shift.location %> | <%= shift.timezone %> | <%= shift.start_time |> Calendar.strftime("%I:%M %p") %> | <%= shift.length_hours %>h <%= shift.length_minutes || 0 %>m | <%= live_redirect "Show", to: Routes.shift_template_show_path(@socket, :show, shift) %> <%= live_patch "Edit", to: Routes.shift_template_index_path(@socket, :edit, shift) %> <%= link "Delete", to: "#", phx_click: "delete", phx_value_id: shift.id, data: [confirm: "Are you sure?"] %> |