Sha256: 6226db5f0fa8cc80d40a1b86926586c2a58cf879854955d049f16612cccda307
Contents?: true
Size: 494 Bytes
Versions: 42
Compression:
Stored size: 494 Bytes
Contents
<%# index.js.erb needs to draw whole popup elements(list, search, close-button) while search.js.erb does only: * draw search form * draw list if @search is valid %> <% if !@search.errors.any? %> $('#edgarj_popup_list').replaceWith("<%= j(render 'list') %>"); <% end %> $('#edgarj_popup_search').replaceWith("<%= j(render 'search') %>"); $('#edgarj_form_popup').dialog('option', 'title', '<%= t('edgarj.form.popup.title') % model.human_name %>'); $('#edgarj_form_popup').dialog('open');
Version data entries
42 entries across 42 versions & 1 rubygems