Sha256: 0a63f6eef244e02362c4bea8bb1d8d3a88beaca4834be2e54c11ec9c08977cd2

Contents?: true

Size: 529 Bytes

Versions: 53

Compression:

Stored size: 529 Bytes

Contents

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

	<!-- PHC-Notifi Render Validation -->
	<%= render 'phcnotifi/validations', :object => @modules_category %>
	<!-- PHC-Notifi Render Validation -->

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

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

<% end %>

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
phcpress-25.1.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-25.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-24.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-23.2.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-23.1.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-23.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-22.0.1 app/views/phcpress/modules/categories/_form.html.erb
phcpress-22.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-21.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-20.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-19.0.1 app/views/phcpress/modules/categories/_form.html.erb
phcpress-19.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-18.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-17.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-16.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-15.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-14.1.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-13.0.1 app/views/phcpress/modules/categories/_form.html.erb
phcpress-13.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-12.3.0 app/views/phcpress/modules/categories/_form.html.erb