Sha256: cfc4dcd1d112cd953f68ca3679a67e4b7db6c5d680966adf8db746da3524663d
Contents?: true
Size: 717 Bytes
Versions: 4
Compression:
Stored size: 717 Bytes
Contents
<!-- Form - Script - Script URLs --> <%= form_with(model: [ @script_snippet, @script_url], url: form_url, local: true) do |form| %> <!-- PHCNotifi Render Validation --> <%= render "phcdevworks_notifications/bootstrap/validations", :object => @article_post %> <!-- PHCNotifi Render Validation --> <!-- Form Input Fields --> <div class="form-group field_with_errors"> <%= form.label :script_url %> <%= form.text_field :script_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
4 entries across 4 versions & 1 rubygems