Project

General

Profile

Download (602 Bytes) Statistics
| Branch: | Tag: | Revision:
2b54d6ef Ohad Levy
<div class="fields">
bf4a13d3 Walden Raines
<%= text_f f, :match, :class => "col-md-6",
bfbf7ed8 Lukas Zapletal
:help_inline => popover("?", _("Matcher is a combination of an attribute and its value, if they match, the value below would be provided.<br> You may use any attribute foreman knows about, such as facts etc for example: <code> domain = example.com </code> or <code> is_virtual = true</code>"), :title => _("Matcher"))
2b54d6ef Ohad Levy
%>
bf4a13d3 Walden Raines
<%= textarea_f f, :value, :rows => :auto, :value => f.object.value_before_type_cast, :class => "col-md-6", :help_inline => remove_child_link(icon_text("remove"), f, {:title => _('remove value')}) %>
9afa092e Ohad Levy
</div>