Sha256: bcdfc12eb4c15894e71f3c33e7acb11dff312fab8f6bde8e01fdc66832f9d6df

Contents?: true

Size: 1.47 KB

Versions: 9

Compression:

Stored size: 1.47 KB

Contents

%h3  
.row-fluid{:style => "margin-bottom: 10px"}
  .span4
    =link_to "Tickets", "#tickets-modal", :class => "btn btn-primary btn-block console-button", 'data-toggle' => 'modal'
  .span4
    =link_to "Donation", "#donation-modal", :class => "btn btn-primary btn-block console-button", 'data-toggle' => 'modal'
  .span4
    -with_kit(:membership) do
      =link_to "Memberships", "#memberships-modal", :class => "btn btn-primary btn-block console-button", 'data-toggle' => 'modal'
-with_kit(:passes) do
  .row-fluid
    .span4
      =link_to "Passes", "#passes-modal", :class => "btn btn-primary btn-block console-button", 'data-toggle' => 'modal'
    
-unless current_sales_console_cart.empty?
  %hr
  .row-fluid
    .span4
      -if current_user.current_organization.can? :access, :passes
        =link_to "Apply Pass or Discount Code", "#discount-modal", :class => "btn btn-primary btn-block console-button console-button-smalltext", 'data-toggle' => 'modal'
      -else
        =link_to "Apply Discount Code", "#discount-modal", :class => "btn btn-primary btn-block console-button console-button-smalltext", 'data-toggle' => 'modal'
    .span4
      =link_to "Clear Order", console_sale_path(current_sales_console_cart), :method => :delete, :data => { :confirm => 'Are you sure you want to clear this order?' }, :class => "btn btn-danger btn-block console-button"
    .span4
      =link_to "Check Out", "#", :class => "btn btn-success btn-block console-button", :id => "console-checkout-now-button"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre3 app/views/console_sales/_aloha.html.haml
artfully_ose-1.3.0.pre2 app/views/console_sales/_aloha.html.haml
artfully_ose-1.3.0.pre1 app/views/console_sales/_aloha.html.haml
artfully_ose-1.2.0 app/views/console_sales/_aloha.html.haml
artfully_ose-1.2.0.beta.1 app/views/console_sales/_aloha.html.haml
artfully_ose-1.2.0.alpha.2 app/views/console_sales/_aloha.html.haml
artfully_ose-1.2.0.alpha.1 app/views/console_sales/_aloha.html.haml
artfully_ose-1.2.0.pre.27 app/views/console_sales/_aloha.html.haml
artfully_ose-1.2.0.pre.26 app/views/console_sales/_aloha.html.haml