Sha256: 885e5879d00dca4089ec1b7ccc25aea1bb7bc910750a86d30d3bbe52f9a76c46

Contents?: true

Size: 622 Bytes

Versions: 15

Compression:

Stored size: 622 Bytes

Contents

<%= form_for(@modules_connection) do |f| %>

	<!-- PHCNotifi Render Validation -->
	<%= render 'phcnotifi/validations', :object => @modules_connection %>
	<!-- PHCNotifi Render Validation -->

	<!-- PHCPressPro - Connections Form -->
	<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 class: "btn btn-primary" %>
	</div>
	<!-- PHCPressPro - Connections Form -->

<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
phcpresspro-69.1.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-69.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-68.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-67.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-66.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-65.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-64.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-63.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-62.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-61.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-60.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-59.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-58.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-57.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-56.0.0 app/views/phcpresspro/modules/connections/_form.html.erb