Sha256: e34fed761ec82d92285bc5672bce7d2a124faac4099b7180b622d90844f1f67a
Contents?: true
Size: 686 Bytes
Versions: 4
Compression:
Stored size: 686 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" %> <%= 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