Sha256: 2cb853957ea5b2830516902db124d9106c33ed71a6cf2848818652a3d7cb9b50
Contents?: true
Size: 662 Bytes
Versions: 62
Compression:
Stored size: 662 Bytes
Contents
<%= form_for(@modules_connection) do |f| %> <!-- PHC-Notifi Render Validation --> <%= render 'phcnotifi/validations', :object => @articles_post %> <!-- PHC-Notifi Render Validation --> <!-- Form Fields --> <div class="form-group field_with_errors"> <%= f.label :category_id, "Category ID" %> <%= f.text_field :category_id, class: "form-control" %> </div> <div class="form-group field_with_errors"> <%= f.label :post_id, "Post ID" %> <%= f.text_field :post_id, class: "form-control" %> </div> <!-- Form Fields --> <!-- Form Button --> <div class="actions"> <%= f.submit class: "btn btn-primary" %> </div> <!-- Form Button --> <% end %>
Version data entries
62 entries across 62 versions & 1 rubygems
Version | Path |
---|---|
phcpress-8.0.0 | app/views/phcpress/modules/connections/_form.html.erb |
phcpress-8.0.0b | app/views/phcpress/modules/connections/_form.html.erb |