Sha256: 9d7c7770797279f52ec7eb8fb877dee74b8cad155b196d0d4dddbd9daa60753d

Contents?: true

Size: 385 Bytes

Versions: 11

Compression:

Stored size: 385 Bytes

Contents

= tabs do
  = tab(et(mentorship_registration)) do
    = render '/admin/mentorship_registrations/form_mentorship_registration', mentorship_registration: mentorship_registration

  - if mentorship_registration.persisted? 
    - if mentorship_registration.respond_to?(:logs_datatable)
      = tab 'Logs' do
        = render_datatable(mentorship_registration.logs_datatable, inline: true)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
effective_mentorships-0.3.4 app/views/admin/mentorship_registrations/_form.html.haml
effective_mentorships-0.3.3 app/views/admin/mentorship_registrations/_form.html.haml
effective_mentorships-0.3.2 app/views/admin/mentorship_registrations/_form.html.haml
effective_mentorships-0.3.1 app/views/admin/mentorship_registrations/_form.html.haml
effective_mentorships-0.3.0 app/views/admin/mentorship_registrations/_form.html.haml
effective_mentorships-0.2.4 app/views/admin/mentorship_registrations/_form.html.haml
effective_mentorships-0.2.3 app/views/admin/mentorship_registrations/_form.html.haml
effective_mentorships-0.2.2 app/views/admin/mentorship_registrations/_form.html.haml
effective_mentorships-0.2.1 app/views/admin/mentorship_registrations/_form.html.haml
effective_mentorships-0.2.0 app/views/admin/mentorship_registrations/_form.html.haml
effective_mentorships-0.1.0 app/views/admin/mentorship_registrations/_form.html.haml