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