Sha256: fc7c9a5467cb9f50942c6ae354f6d5e17d6619502f4f86ee1c268c36e5e984fd

Contents?: true

Size: 530 Bytes

Versions: 4

Compression:

Stored size: 530 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

4 entries across 4 versions & 1 rubygems

Version Path
phcpress-7.1.2 app/views/phcpress/modules/categories/_form.html.erb
phcpress-7.1.1 app/views/phcpress/modules/categories/_form.html.erb
phcpress-7.1.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-7.0.0 app/views/phcpress/modules/categories/_form.html.erb