Project

General

Profile

« Previous | Next » 

Revision 5d264a2d

Added by Ohad Levy over 12 years ago

  • ID 5d264a2db100fd1ba7c505697076c4072698b094

refactor - various facts cleanups

View differences:

app/views/users/_user_fact.html.erb
<table class="fields">
<tr>
<td>Name</td>
<td> <%= f.collection_select :fact_name_id, Puppet::Rails::FactName.all.sort, :id, :name, :size => 10 %> </td>
<td> <%= f.collection_select :fact_name_id, FactName.all, :id, :name, :size => 10 %> </td>
<td> <%= f.select :operator, %w{= != > >= < <= } %></td>
<td>Value</td>
<td>

Also available in: Unified diff