Sha256: ad2e62ac996b10a24a385afa19a74b769e9f671c1b60b9127058e503f6772d1f

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

<%= breadcrumbs(
  :items => [
    {
      :caption => _('Ansible Variables'),
      :url => url_for(ansible_variables_path)
    },
    {
      :caption => _('Edit %s' % @ansible_variable.key)
    }
  ],
  :switchable => false
) %>
<% title(_('Edit Ansible Variable')) %>
<%= form_for(@ansible_variable) do |f| %>
    <%= render 'lookup_keys/fields', :f => f %>
    <%= submit_or_cancel f %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_ansible-2.3.1 app/views/ansible_variables/edit.html.erb
foreman_ansible-2.3.0 app/views/ansible_variables/edit.html.erb