Sha256: c39b635a607c4a9b45639eabfa19630c72d4d20b525fe107e0b8851d88a8fbe7
Contents?: true
Size: 604 Bytes
Versions: 129
Compression:
Stored size: 604 Bytes
Contents
<%= render Primer::BaseComponent.new(**@system_arguments) do %> <% if loading.present? %> <%= loading %> <% else %> <%= render(Primer::Beta::Spinner.new(size: :large, flex: 1, "data-loading-slot": true)) %> <% end %> <input autocomplete="off" type="hidden" data-image-crop-input="x" name="cropped_x"> <input autocomplete="off" type="hidden" data-image-crop-input="y" name="cropped_y"> <input autocomplete="off" type="hidden" data-image-crop-input="width" name="cropped_width"> <input autocomplete="off" type="hidden" data-image-crop-input="height" name="cropped_height"> <% end %>
Version data entries
129 entries across 129 versions & 2 rubygems