Sha256: e722ba76d8b98372210869894cfe838cffc2af7da63c0a2c799387e3e74f55ac

Contents?: true

Size: 438 Bytes

Versions: 10

Compression:

Stored size: 438 Bytes

Contents

<%= form_for(directory_category) do |f| %>

	<!-- PHCNotifi Render Validation -->
	<%= render 'phcnotifi/validations', :object => @directory_category %>

	<div class="form-group field_with_errors">

		<label><%= f.label :catname, "Category Name" %></label>
		<%= f.text_field :catname, class: "form-control", placeholder: "Directory Category" %>

	</div>

	<div class="actions">
		<%= f.submit class: "btn blue-soft" %>
	</div>

<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
phcmemberspro-17.1.4 app/views/phcmemberspro/directory/categories/_form.html.erb
phcmemberspro-17.1.3 app/views/phcmemberspro/directory/categories/_form.html.erb
phcmemberspro-17.1.2 app/views/phcmemberspro/directory/categories/_form.html.erb
phcmemberspro-17.1.1 app/views/phcmemberspro/directory/categories/_form.html.erb
phcmemberspro-17.1.0 app/views/phcmemberspro/directory/categories/_form.html.erb
phcmemberspro-17.0.3 app/views/phcmemberspro/directory/categories/_form.html.erb
phcmemberspro-17.0.2 app/views/phcmemberspro/directory/categories/_form.html.erb
phcmemberspro-17.0.1 app/views/phcmemberspro/directory/categories/_form.html.erb
phcmemberspro-17.0.0 app/views/phcmemberspro/directory/categories/_form.html.erb
phcmemberspro-16.0.2 app/views/phcmemberspro/directory/categories/_form.html.erb