Sha256: a28fab5c68d0da72db9e5dfb819492fc314ff011115996173c76b314395dce4f
Contents?: true
Size: 554 Bytes
Versions: 5
Compression:
Stored size: 554 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
5 entries across 5 versions & 1 rubygems