Sha256: 3dd832b7530500aed2f655de2bc8684259384b2ca0b474cc7b44e111e6c843e2

Contents?: true

Size: 392 Bytes

Versions: 29

Compression:

Stored size: 392 Bytes

Contents

<% scope ||= nil
  scope_select_options = active_scaffold_update_scope_select_options %>
<% if scope_select_options.length < 2 %>
  <%= active_scaffold_update_scope_select(scope_select_options) %>
<% else %>
<dl>
  <dt>
    <label for="record_batch_scope"><%= as_(:records) %></label>
  </dt>
  <dd>
    <%= active_scaffold_update_scope_select(scope_select_options) %>
  </dd>
</dl>
<% end %>

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
active_scaffold_batch-3.2.2 app/views/active_scaffold_overrides/_batch_update_form_attribute_scope.html.erb
active_scaffold_batch-3.2.1 app/views/active_scaffold_overrides/_batch_update_form_attribute_scope.html.erb
active_scaffold_batch-3.2.0 app/views/active_scaffold_overrides/_batch_update_form_attribute_scope.html.erb
active_scaffold_batch_vho-3.1.1 frontends/default/views/_batch_update_form_attribute_scope.html.erb
active_scaffold_batch_vho-3.1.0 frontends/default/views/_batch_update_form_attribute_scope.html.erb
active_scaffold_batch_vho-3.0.6 frontends/default/views/_batch_update_form_attribute_scope.html.erb
active_scaffold_batch_vho-3.0.5 frontends/default/views/_batch_update_form_attribute_scope.html.erb
active_scaffold_batch_vho-3.0.4 frontends/default/views/_batch_update_form_attribute_scope.html.erb
active_scaffold_batch_vho-3.0.3 frontends/default/views/_batch_update_form_attribute_scope.html.erb