Sha256: fe8ab110be6442f74d0e287f7f1565fc73ccb8ec352480b4e5a90f81ff66dbf3

Contents?: true

Size: 670 Bytes

Versions: 17

Compression:

Stored size: 670 Bytes

Contents

<div class="kono_utils_single_nested_container" id="<%= container_id %>">

  <div class="card">
    <div class="card-header">
      <%= object_header %>
    </div>
    <div class="card-body">
      <%= yield %>
    </div>
    <% if content_for_layout? :"remove_button_#{container_id}" or content_for_layout? :"edit_button_#{container_id}" %>
      <div class="card-footer text-right">
        <%= content_for_layout :"remove_button_#{container_id}" if content_for_layout? :"remove_button_#{container_id}" %>
        <%= content_for_layout :"edit_button_#{container_id}" if content_for_layout? :"edit_button_#{container_id}" %>
      </div>
    <% end %>
  </div>

</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
kono_utils_bootstrap_view4-0.3.2 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.3.1 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.3 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.2.3 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.2.2 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.2.1 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.2 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.1.2 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.1.1 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.1.0 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.1.0.pre.rc.7 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.1.0.pre.rc.6 app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.1.0.pre.rc.5 app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.1.0.pre.rc.4 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.1.0.pre.rc.3 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.1.0.pre.rc.2 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
kono_utils_bootstrap_view4-0.1.0.pre.rc.1 app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb