Project

General

Profile

Download (509 Bytes) Statistics
| Branch: | Tag: | Revision:
<div class="fields">
<div class="row">
<div class="col-md-3">
<%= f.collection_select :fact_name_id, FactName.no_timestamp_fact, :id, :name, {}, :class => "medium" %>
</div>
<div class="col-md-2">
<%= f.select :operator, %w{= != > >= < <= }, {}, :class => "input-sm" %>
</div>
<div class="col-md-5">
<%= f.text_field :criteria %>
<%= authorized_for(params[:controller], params[:action]) ? link_to_remove_fields(_("remove"), f) : "" %>
</div>
</div>
</div>
(3-3/8)