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