Sha256: 6151970d7f1d37394d68bae0a605bcd397b3b8088e016819abc18686134644af

Contents?: true

Size: 663 Bytes

Versions: 4

Compression:

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

4 entries across 4 versions & 1 rubygems

Version Path
phcpress-7.1.2 app/views/phcpress/modules/connections/_form.html.erb
phcpress-7.1.1 app/views/phcpress/modules/connections/_form.html.erb
phcpress-7.1.0 app/views/phcpress/modules/connections/_form.html.erb
phcpress-7.0.0 app/views/phcpress/modules/connections/_form.html.erb