Sha256: c8eb8e35fc1300006dd004f11ee36c519d4ce210bd2623874b532cbb12c6a86d
Contents?: true
Size: 706 Bytes
Versions: 4
Compression:
Stored size: 706 Bytes
Contents
<%= form_with(model: script_version, local: true) do |form| %> <!-- -PHCDEV- Form Validation --> <%= render "phcdevworks_notifications/bootstrap/validations", :object => @script_version %> <!-- -PHCDEV- Form Validation --> <!-- -PHCDEV- Form Input Fields --> <div class="mb-3"> <%= form.label :script_version_number, "Version Number", class: "form-label", class: "form-label" %> <%= form.text_field :script_version_number, placeholder: "Version Number", class: "form-control" %> </div> <!-- -PHCDEV- Form Input Fields --> <!-- -PHCDEV- Form Submition Button --> <div class="actions"> <%= form.submit class: "btn btn-primary" %> </div> <!-- -PHCDEV- Form Submition Button --> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems