Sha256: ecf4b6e3ae1c40088d9d6eba954d587e7c94264a06efb70dfdba2c8c256f11ef

Contents?: true

Size: 361 Bytes

Versions: 24

Compression:

Stored size: 361 Bytes

Contents

<div class="row">
	<div class="col-lg-12">
		<%= form_for(@modules_category) do |f| %>

			<div class="form-group">
				<label><%= f.label :catname, "Category Name" %></label>
				<%= f.text_field :catname, class: "form-control" %>
			</div>

			<div class="actions">
				<%= f.submit "Submit", class: "btn btn-primary" %>
			</div>

		<% end %>
	</div>
</div>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
phcpresspro-4.1.5 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-4.1.2 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-4.1.1 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-4.1.0 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-4.0.6 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-4.0.5 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-4.0.4 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-4.0.3 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-4.0.2 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-4.0.1 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-4.0.0 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-3.1.2 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-3.1.1 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-3.1.0 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-3.0.9 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-3.0.8 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-3.0.7 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-3.0.6 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-3.0.5 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-3.0.4 app/views/phcpresspro/modules/categories/_form.html.erb