Sha256: 01160e1b9e9f2dec4977609220de27901367303c6be5c6c683325083a271250e

Contents?: true

Size: 377 Bytes

Versions: 10

Compression:

Stored size: 377 Bytes

Contents

<%= render :partial => 'account_info' %>

<%= render :partial => 'billing_info' %>

<%= render :partial => 'payment_methods' %>

<%= javascript_tag do %>
  function disableLinks() {
    $('a.btn.disabled').click(function (e) {
      // e.preventDefault(); is not enough here
      return false;
    });
  }

  $(document).ready(function() {
    disableLinks();
  });
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
kaui-0.15.5 app/views/kaui/accounts/show.html.erb
kaui-0.15.4 app/views/kaui/accounts/show.html.erb
kaui-0.15.3 app/views/kaui/accounts/show.html.erb
kaui-0.15.2 app/views/kaui/accounts/show.html.erb
kaui-0.15.1 app/views/kaui/accounts/show.html.erb
kaui-0.15.0 app/views/kaui/accounts/show.html.erb
kaui-0.14.2 app/views/kaui/accounts/show.html.erb
kaui-0.14.1 app/views/kaui/accounts/show.html.erb
kaui-0.14.0 app/views/kaui/accounts/show.html.erb
kaui-0.12.0 app/views/kaui/accounts/show.html.erb