Sha256: 16c2973739be4b33940940c8cb281bf699c65cfcf3868099c75d841462cea53a
Contents?: true
Size: 600 Bytes
Versions: 5
Compression:
Stored size: 600 Bytes
Contents
<div class="row"> <div class="col-lg-12"> <%= form_for(@modules_connection) do |f| %> <!-- PHC-Notifi Render Validation --> <%= render 'phcnotifi/validations', :object => @articles_post %> <div class="form-group"> <%= f.label :category_id, "Category ID" %> <%= f.text_field :category_id, class: "form-control" %> </div> <div class="form-group"> <%= f.label :post_id, "Post ID" %> <%= f.text_field :post_id, class: "form-control" %> </div> <div class="actions"> <%= f.submit "Submit", class: "btn btn-primary" %> </div> <% end %> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems