Sha256: 6543ce0984d102b7d58c0747b3b92af218473f21872039638772311974bf9a3e
Contents?: true
Size: 702 Bytes
Versions: 3
Compression:
Stored size: 702 Bytes
Contents
<!-- Form - Script - Url --> <%= 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, class: 'form-control', placeholder: 'Script Url' %> </div> <!-- Form Input Fields --> <!-- Form Submition Button --> <div class="actions"> <%= form.submit class: "btn btn-primary" %> </div> <!-- For Submition Button --> <% end %> <!-- Form - Script - Url -->
Version data entries
3 entries across 3 versions & 1 rubygems