Sha256: 7f1bf2b0a1db0e187b248796cc1301f6209799e3bdf030408a41dffefe48ff9b

Contents?: true

Size: 344 Bytes

Versions: 9

Compression:

Stored size: 344 Bytes

Contents

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

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

	<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

9 entries across 9 versions & 1 rubygems

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