Sha256: 03b22ab729d2e8f33a7ef24ac67b35419f9fa89478e5a006da75b44249b45267

Contents?: true

Size: 446 Bytes

Versions: 1

Compression:

Stored size: 446 Bytes

Contents

.tabbable
  %ul.nav.nav-tabs
    %li.active= link_to t_title(:journal, Account), '#tab-bookings', {:data => {:toggle => 'tab'}}
    %li= link_to t_title(:info, Account), '#tab-info', {:data => {:toggle => 'tab'}}
    - if defined?(Attachment)
      %li= link_to t_title(:list, Attachment), '#tab-attachments', {:data => {:toggle => 'tab'}}

.tab-content
  #tab-bookings.tab-pane.active= render 'show_bookings'
  #tab-info.tab-pane= render "form"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
has_accounts_engine-2.0.0 app/views/accounts/_show.html.haml