Sha256: 2b6fc45f80cf2000d93735bddb144ff768a42ed611964aae03f6cf71b94c159c

Contents?: true

Size: 427 Bytes

Versions: 1

Compression:

Stored size: 427 Bytes

Contents

// Show the new form in the right box.
heading = "Edit '<%= raw @user.name_was %>'";
bodyContent = "<%= escape_javascript(render(:partial=>'/usman/admin/users/form')) %>";
showLargeModal(heading, bodyContent);

// When the image upload form is submitted, the server response will appear in this iframe -->
var $div = $('<iframe id="iframe_user" name="iframe_user" width="100%" style="display:none"></iframe>').appendTo('body');

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
usman-0.1.0 app/views/usman/admin/users/edit.js.erb