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