Sha256: 875fdfa3e662b4033543c1d23e4374934b04d1484759b638f757c0bd14c1c57d

Contents?: true

Size: 276 Bytes

Versions: 14

Compression:

Stored size: 276 Bytes

Contents

<%= 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 class: "btn btn-primary" %>
	</div>

<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
phcpresspro-8.0.3 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-8.0.2 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-8.0.1 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-8.0.0 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-7.1.0 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-7.0.5 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-7.0.4 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-7.0.3 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-7.0.2 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-7.0.1 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-7.0.0 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-6.9.1 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-6.9.0 app/views/phcpresspro/modules/categories/_form.html.erb
phcpresspro-6.8.5 app/views/phcpresspro/modules/categories/_form.html.erb