Sha256: 9fbbd689ee2148703e05d502b813b71692e1f3e3a2c8dacc643ff3999cb3b809

Contents?: true

Size: 601 Bytes

Versions: 3

Compression:

Stored size: 601 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

3 entries across 3 versions & 1 rubygems

Version Path
phcpress-6.6.5 app/views/phcpress/modules/connections/_form.html.erb
phcpress-6.6.4 app/views/phcpress/modules/connections/_form.html.erb
phcpress-6.6.3 app/views/phcpress/modules/connections/_form.html.erb