Sha256: da219b1f3c7273d89c794d214272681b80fcfa9e8ab1695c9f6b3c78485163d1
Contents?: true
Size: 551 Bytes
Versions: 13
Compression:
Stored size: 551 Bytes
Contents
<%= form_for(script_version) do |f| %> <!-- For Validation by PHCNotifi --> <%= render 'phcnotifi/validations', :object => @script_version %> <!-- For Validation by PHCNotifi --> <!-- Form Fields --> <div class="form-group field_with_error"> <%= f.label :scriptversion, "Version Number" %> <%= f.text_field :scriptversion, placeholder: "Version Number", class: "form-control" %> </div> <!-- Form Fields --> <!-- Form Button --> <div class="actions"> <%= f.submit class: "btn btn-primary" %> </div> <!-- Form Button --> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems