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.00.04 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.00.03 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.00.02 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-4.00.01 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.02.00 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.30 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.29 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.28 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.27 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.26 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.25 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.24 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.22 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.21 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.20 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.19 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.18 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.17 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.16 app/views/edgarj/edgarj/_search_operator.html.erb
edgarj-0.01.15 app/views/edgarj/edgarj/_search_operator.html.erb