%= if @live_action in [:new, :edit, :clone] do %> <.live_component module={Shift73kWeb.ModalComponent} id="modal" component={Shift73kWeb.ShiftTemplateLive.FormComponent} opts={[ 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_component module={Shift73kWeb.ModalComponent} id="modal" component={Shift73kWeb.ShiftTemplateLive.DeleteComponent} opts={[ id: @delete_shift_template.id, title: "Delete Shift Template", delete_shift_template: @delete_shift_template ]} /> <% end %>
Hours: | <%= format_shift_time(template.time_start) %> — <%= format_shift_time(template.time_end) %> Shift length: (<%= format_shift_length(template) %>) TZ: <%= template.time_zone %> |
---|---|
Location: | <%= if template.location do %> <%= template.location %> <% else %> none <% end %> |
Description: | <%= if template.description do %> <%= text_to_html template.description %> <% else %> none <% end %> |