Sha256: 77345d94598a248cca410770f317d4ed397b8a2c63536b0a192d208ebed2395e
Contents?: true
Size: 573 Bytes
Versions: 1
Compression:
Stored size: 573 Bytes
Contents
<!-- Form - Script - Url --> <%= form_with(model: [ @script_snippet, @script_url], url: form_url, local: true) do |form| %> <!-- PHCNotifi Render Validation --> <%= render 'phcnotifi/default/validations', :object => @script_url %> <!-- PHCNotifi Render Validation --> <div class="form-group field_with_errors"> <%= form.label :script_url %> <%= form.text_field :script_url, class: 'form-control', placeholder: 'Script Url' %> </div> <div class="actions"> <%= form.submit class: "btn btn-primary" %> </div> <% end %> <!-- Form - Script - Url -->
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phccodesnipper-1.1.0 | app/views/phccodesnipper/script/urls/_form.html.erb |