Sha256: 43248b4837a8e6a1a01d3a0979f4e47d102ba6513ad4d107b8ba7ac921a29522

Contents?: true

Size: 416 Bytes

Versions: 12

Compression:

Stored size: 416 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'}}
    %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

12 entries across 12 versions & 2 rubygems

Version Path
has_accounts_engine-1.1.2 app/views/accounts/_show.html.haml
has_accounts_engine-1.1.1 app/views/accounts/_show.html.haml
has_accounts_engine-1.1.0 app/views/accounts/_show.html.haml
has_accounts_engine-1.0.4 app/views/accounts/_show.html.haml
has_accounts_engine-1.0.3 app/views/accounts/_show.html.haml
has_accounts_engine-1.0.2 app/views/accounts/_show.html.haml
has_accounts_engine-1.0.1 app/views/accounts/_show.html.haml
has_accounts_engine-1.0.0 app/views/accounts/_show.html.haml
has_accounts-0.20.1 app/views/accounts/_show.html.haml
has_accounts-0.20.0 app/views/accounts/_show.html.haml
has_accounts-0.19.1 app/views/accounts/_show.html.haml
has_accounts-0.19.0 app/views/accounts/_show.html.haml