Sha256: e03efca1d8082429f75d06051a81cfcb953f5d154bf6aa986cc1398183b258aa

Contents?: true

Size: 446 Bytes

Versions: 42

Compression:

Stored size: 446 Bytes

Contents

<%#
Template for search_operator() helper.

=== INPUTS
o::       operator form builder
method::  attribute name of the object
%>

<%
name  = "edgarj_search_form[edgarj_search_form_operator][#{method.to_s}]"
id    = name.gsub(/\]\[|[^-a-zA-Z0-9:.]/, "_").sub(/_$/, "")
op    = o.object.send(method).blank? ? '=' : o.object.send(method)
%>
<div id='<%= id + "_label" -%>' class='search_operator'>
  <%= h(op) %>
</div>
<%= o.hidden_field method %>

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
edgarj-4.06.10 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.06.09 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.06.07 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.06.05 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.06.04 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.06.03 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.06.02 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.06.01 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.06.00 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.05.04 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.05.03 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.05.02 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.05.01 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.05.00 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.04.01 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.04.00 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.03.00 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.02.00 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.01.01 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.01.00 app/views/edgarj/edgarj/_search_operator.html.erb