Sha256: 345b340606f883c98e70398330afcb13392d1effb3caa0a2f0d954810a082d9f

Contents?: true

Size: 668 Bytes

Versions: 6

Compression:

Stored size: 668 Bytes

Contents

.row-fluid
  .span12.well
    .tabbable.tabs-right
      ul.nav.nav-tabs
        li.active
          a#student-guardian-addresses-tab-link data-toggle="tab" href="#addresses"
            = print_count @guardian.addresses.count, t(:'address.plural')
        li
          a#student-guardian-contacts-tab-link data-toggle="tab" href="#contacts"
            = print_count @guardian.contacts.count, t(:'contact.plural')
      .tab-content
        #addresses.tab-pane.active
          = render 'gaku/addresses/addresses', nested_resources: [@student, @guardian]
        #contacts.tab-pane
          = render 'gaku/contacts/contacts', nested_resources: [@student, @guardian]

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/students/guardians/_tabs.html.slim
gaku-0.0.3 core/app/views/gaku/students/guardians/_tabs.html.slim
gaku-0.0.2 core/app/views/gaku/students/guardians/_tabs.html.slim
gaku_core-0.0.2 app/views/gaku/students/guardians/_tabs.html.slim
gaku-0.0.1 core/app/views/gaku/students/guardians/_tabs.html.slim
gaku_core-0.0.1 app/views/gaku/students/guardians/_tabs.html.slim