Sha256: 25b7242e4f977a21e5db8277ef8e5b59938944a97a9462b6794d7289a71f9fde

Contents?: true

Size: 354 Bytes

Versions: 3

Compression:

Stored size: 354 Bytes

Contents

= tabs do
  = tab(EffectiveResources.et(mentorship_group.class)) do
    = render '/admin/mentorship_groups/form_mentorship_group', mentorship_group: mentorship_group

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
effective_mentorships-0.2.1 app/views/admin/mentorship_groups/_form.html.haml
effective_mentorships-0.2.0 app/views/admin/mentorship_groups/_form.html.haml
effective_mentorships-0.1.0 app/views/admin/mentorship_groups/_form.html.haml