Sha256: d3782454786c8efdebd6045efd3283fe7445f921e0c28bc94b0f0fa3838da0d1

Contents?: true

Size: 557 Bytes

Versions: 17

Compression:

Stored size: 557 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 resource.respond_to? :attachments
      %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"
  - if resource.respond_to? :attachments
    #tab-attachments.tab-pane= render 'show_attachments'

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta15 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta14 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta13 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta12 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta11 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta10 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta9 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta8 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta7 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta6 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta5 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta4 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta3 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta2 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta1 app/views/accounts/_show.html.haml
has_accounts_engine-3.0.0.beta0 app/views/accounts/_show.html.haml
has_accounts_engine-2.0.1 app/views/accounts/_show.html.haml