Sha256: c7b9240429afe5c30db8c23cacb6795d46d5f7db7778d9ab0cafff7993eb2959
Contents?: true
Size: 553 Bytes
Versions: 61
Compression:
Stored size: 553 Bytes
Contents
<%= form_for(script_version) do |f| %> <!-- PHC-Notifi Render Validation --> <%= render 'phcnotifi/validations', :object => @script_version %> <!-- PHC-Notifi Render Validation --> <!-- 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
61 entries across 61 versions & 1 rubygems