Sha256: fc15150c52f43caa5ab1e91d0b428b775716372f3386459e828ee190b7625d42
Contents?: true
Size: 998 Bytes
Versions: 7
Compression:
Stored size: 998 Bytes
Contents
<%= render partial: 'spree/shared/error_messages', locals: { target: @bolt_configuration } %> <fieldset class="form-group no-border-bottom no-border-top"> <div class="row"> <div id="general_fields" class="col-9"> <div class="row"> <div class="col-12"> <%= f.label :environment %> <%= f.select :environment, %w[production sandbox staging] %><br /> <%= f.label :api_key %><br /> <%= f.text_field :api_key, class: 'fullwidth' %> <%= f.label :signing_secret %><br /> <%= f.text_field :signing_secret, class: 'fullwidth' %> <%= f.label :publishable_key %><br /> <%= f.text_field :publishable_key, class: 'fullwidth' %> </div> </div> <div class="row p-2 justify-content-center"> <%= f.submit submit_name, class: 'btn btn-primary', data: { disable_with: 'Save' } %> <%= link_to 'Cancel', admin_bolt_path, class: 'button' %> </div> </div> </div> </fieldset>
Version data entries
7 entries across 7 versions & 1 rubygems