Sha256: 767ff988ed5969d201e43f91d40fec231752b052efe50dc12c8f05536ab565c0
Contents?: true
Size: 354 Bytes
Versions: 39
Compression:
Stored size: 354 Bytes
Contents
<% if current_user %> setupContentModal(function(modal) { modal.find('.modal-content').addClass('modal-content-error'); modal.find('.modal-body').addClass('centered'); }); showContentModal({ title: 'You have encountered an error!', body: $("<%=j render 'softwear/errors/error', error: @error, additional_info: @additional_info %>") }); <% end %>
Version data entries
39 entries across 39 versions & 2 rubygems