Project

General

Profile

« Previous | Next » 

Revision 82e47ae0

Added by Amos Benari about 12 years ago

  • ID 82e47ae0f86994702c3a084cc6150250a81034ee

updates UI to bootstrap v2

View differences:

app/views/users/_user_fact.html.erb
<%= f.collection_select :fact_name_id, FactName.no_timestamp_fact, :id, :name, {}, :class => "medium" %>
</div>
<div class="span2">
<%= f.select :operator, %w{= != > >= < <= }, {}, :class => "small" %>
<%= f.select :operator, %w{= != > >= < <= }, {}, :class => "input-small" %>
</div>
<div class="span5">
<%= f.text_field :criteria %>

Also available in: Unified diff