Sha256: 0afd9f67648c4bfcb95f06d5dcb2f8782bb45f86a58f608a2ad9ed30b7b594bf

Contents?: true

Size: 1.02 KB

Versions: 17

Compression:

Stored size: 1.02 KB

Contents

<a data-modal-id="<%= "#json-modal-#{field_id}" %>"
   id="<%= "json-view-modal-trigger-#{field_id}" %>"
   data-json-modal-link="true"
   data-bs-toggle="modal"
   data-bs-target="#json-modal-<%= field_id %>"
   class="text-decoration-none text-nowrap"
   href="#">JSON <i class="fa-solid fa-magnifying-glass"></i></a>
<div id="json-modal-<%= field_id %>" class="modal fade"
     tabindex="-1"
     aria-hidden="true">
  <div class="modal-dialog modal-dialog-centered modal-xl modal-dialog-scrollable">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" data-field-type="modal-title">JSON Inspector</h5>
        <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">
          <i class="fa-solid fa-xmark"></i>
        </button>
      </div>
      <div class="modal-body p-3" data-field-type="modal-body">
        <%= ActiveElement.json_pretty_print(value) %>
      </div>
      <div class="modal-footer" data-field-type="modal-footer"></div>
    </div>
  </div>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
active_element-0.0.31 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.30 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.29 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.28 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.27 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.26 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.24 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.23 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.22 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.21 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.19 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.18 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.17 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.16 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.15 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.14 app/views/active_element/components/fields/_json.html.erb
active_element-0.0.13 app/views/active_element/components/fields/_json.html.erb