Sha256: f476438c773a534b2d8074b79208ef67f0347fee833dcbc2571ed5a3370a6f40
Contents?: true
Size: 884 Bytes
Versions: 13
Compression:
Stored size: 884 Bytes
Contents
<div class="modal inmodal" id="modal_search" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content animated bounceInRight"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Fechar</span></button> <i class="fa fa-search modal-icon"></i> <h4 class="modal-title">Pesquisa</h4> <small class="font-bold">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</small> </div> <div class="modal-body"> <%=raro_search_form(@model, 'records','records',"/crud/#{@model.name.underscore}/query") do%> <%raro_group "#{@model.name}"%> <%@crud_helper.search_fields.each do |att| %> <%raro_field att[:attribute],att[:sf]%> <%end%> <%end%> </div> </div> </div> </div>
Version data entries
13 entries across 13 versions & 1 rubygems