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-42.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-41.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-40.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-39.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-38.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-37.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-36.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-35.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-34.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-33.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-32.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-31.2.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-31.1.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-31.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-30.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-29.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-28.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-27.0.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-26.0.1 app/views/phcpress/modules/categories/_form.html.erb
phcpress-26.0.0 app/views/phcpress/modules/categories/_form.html.erb