Project

General

Profile

« Previous | Next » 

Revision bf4a13d3

Added by Walden Raines over 10 years ago

Fixes #3811 updating to bootstrap 3

View differences:

app/views/lookup_keys/_value.html.erb
<div class="fields">
<%= text_f f, :match, :class => "span6",
<%= text_f f, :match, :class => "col-md-6",
: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"))
%>
<%= textarea_f f, :value, :rows => :auto, :value => f.object.value_before_type_cast, :class => "span6", :help_inline => remove_child_link(icon_text("remove"), f, {:title => _('remove value')}) %>
<%= 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')}) %>
</div>

Also available in: Unified diff