Sha256: 3bc1f78f99e57c3f6c73e1e66617e4d7efffbd04bb4146cc864f0c39c75ecc6d
Contents?: true
Size: 561 Bytes
Versions: 3
Compression:
Stored size: 561 Bytes
Contents
<%= render :partial => 'account_info' %> <%= render :partial => 'billing_info' %> <%= render :partial => 'payment_methods' %> <%= render :partial => 'link_parent_modal' %> <% if email_notifications_plugin_available? %> <%= render :partial => 'kenui/email_notifications/configure_events_modal' %> <% end %> <%= 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kaui-0.16.2 | app/views/kaui/accounts/show.html.erb |
kaui-0.16.1 | app/views/kaui/accounts/show.html.erb |
kaui-0.16.0 | app/views/kaui/accounts/show.html.erb |