Sha256: 269816799b1118dcdf8ad4725cfae6b04a202b694be939a6150bccef1e497337

Contents?: true

Size: 267 Bytes

Versions: 5

Compression:

Stored size: 267 Bytes

Contents

<%= form_tag smart_proxy_autosign_index_path(@proxy) do |f| %>
  <div class="clearfix">
    <%= label_tag(_("Name")) %>
    <div class="input">
      <%= text_field_tag(:id) %>
    </div>
  </div>
  <%= submit_tag _('Save'), :class => "btn btn-success" %>
<% end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/smart_proxies/autosign/_form.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/smart_proxies/autosign/_form.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/smart_proxies/autosign/_form.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/smart_proxies/autosign/_form.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/smart_proxies/autosign/_form.html.erb