Sha256: 9795252e4c914fe277522134afbf3ab84af04deac401a0688953c94e35fb443e
Contents?: true
Size: 810 Bytes
Versions: 3
Compression:
Stored size: 810 Bytes
Contents
<!-- -PHCDEV- Form - Script - Script URLs --> <%= form_with(model: [ @script_snippet, @snippet_url], url: form_url, local: true) do |form| %> <!-- -PHCDEV- Form Validation --> <%= render "phcdevworks_notifications/bootstrap/validations", :object => @snippet_url %> <!-- -PHCDEV- Form Validation --> <!-- -PHCDEV- Form Input Fields --> <div class="mb-3"> <%= form.label :snippet_post_url, "Script URL", class: "form-label" %> <%= form.text_field :snippet_post_url, placeholder: "Script Url", class: "form-control" %> </div> <!-- -PHCDEV- Form Input Fields --> <!-- -PHCDEV- Form Submition Button --> <div class="actions"> <%= form.submit class: "btn btn-primary" %> </div> <!-- -PHCDEV- For Submition Button --> <% end %> <!-- -PHCDEV- Form - Script - Script URLs -->
Version data entries
3 entries across 3 versions & 1 rubygems