Sha256: 007173309e06a5c476622cfb8dc2657b74d6bc83fb76b153160774a2cc41193c

Contents?: true

Size: 507 Bytes

Versions: 9

Compression:

Stored size: 507 Bytes

Contents

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

	<%= render 'phcnotifi/validations', :object => @modules_category %>

	<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>

	<!-- Form Button -->
	<div class="actions">
		<%= f.submit class: "btn btn-primary" %>
	</div>
	<!-- Form Button -->

<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcpresspro-10.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-9.1.3 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-9.1.2 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-9.1.1 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-9.1.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-9.0.0 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-8.0.6 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-8.0.5 app/views/phcpresspro/modules/connections/_form.html.erb
phcpresspro-8.0.4 app/views/phcpresspro/modules/connections/_form.html.erb