Sha256: ea709b7c14170cc59dc74395b001929817dc8083ee8fff28cdd35afd89922249
Contents?: true
Size: 537 Bytes
Versions: 20
Compression:
Stored size: 537 Bytes
Contents
<% scope = "" %> <% if controller.common_scope %> <% scope = controller.common_scope.map{|k,v| '.' + k.to_s + "-table > tbody > tr[data-id=".html_safe + v.id.to_s + ']'}.join(" ").html_safe %> <% end %> $("<%= (scope + " ") if controller.common_scope %> .new-<%= singular %>-button").fadeOut(function() { $("<%= (scope + " ") if controller.common_scope %> .new-<%= singular %>-form").html("<%= j render(partial: "new" ) %><i class='fa fa-times-circle fa-2x' data-name='<%= singular %>' data-role='close-button' />").slideDown(); })
Version data entries
20 entries across 20 versions & 1 rubygems