appointment_group_updated.summary.mustache 522 B

12345678910
  1. <% define_content :link do %>
  2. <%= appointment_group_url(asset) %>
  3. <% end %>
  4. <% define_content :subject do %>
  5. <%= t('subject', 'Appointment "%{appointment_name}" has been updated (%{course})', :appointment_name => asset.title, :course => asset.contexts_for_user(user).map(&:name).join(", ")) %>
  6. <% end %>
  7. <%= t :message, 'Time slots have been added to "%{appointment_name}" and are available for signup (%{dates}).', :appointment_name => asset.title, :dates => date_string(asset.start_at, asset.end_at, :no_words) %>