Sha256: 889bc4e5de037801729f1e538c50d5e270cc94b6f29cfc2a82d827d1dcff1e02

Contents?: true

Size: 458 Bytes

Versions: 20

Compression:

Stored size: 458 Bytes

Contents

<div class="row">
	<div class="col-lg-12">
		<%= form_for(@category) do |f| %>

			<!-- PHC-Notifi Render Validation -->
			<%= render 'phcnotifi/validations', :object => @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 "Submit", class: "btn btn-primary" %>
			</div>

		<% end %>
	</div>
</div>

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
phcpress-3.8.5 app/views/phcpress/categories/_form.html.erb
phcpresspro-2.2.5 app/views/phcpresspro/categories/_form.html.erb
phcpresspro-2.2.3 app/views/phcpresspro/categories/_form.html.erb
phcpresspro-2.2.2 app/views/phcpresspro/categories/_form.html.erb
phcpresspro-2.2.1 app/views/phcpresspro/categories/_form.html.erb
phcpresspro-2.2.0 app/views/phcpresspro/categories/_form.html.erb
phcpresspro-2.1.3 app/views/phcpresspro/categories/_form.html.erb
phcpresspro-2.1.2 app/views/phcpresspro/categories/_form.html.erb
phcpresspro-2.1.1 app/views/phcpresspro/categories/_form.html.erb
phcpresspro-2.1.0 app/views/phcpresspro/categories/_form.html.erb
phcpresspro-2.0.1 app/views/phcpresspro/categories/_form.html.erb
phcpresspro-2.0.0 app/views/phcpresspro/categories/_form.html.erb
phcpress-3.8.1 app/views/phcpress/categories/_form.html.erb
phcpress-3.8.0 app/views/phcpress/categories/_form.html.erb
phcpress-3.7.9 app/views/phcpress/categories/_form.html.erb
phcpress-3.7.8 app/views/phcpress/categories/_form.html.erb
phcpress-3.7.7 app/views/phcpress/categories/_form.html.erb
phcpress-3.7.6 app/views/phcpress/categories/_form.html.erb
phcpress-3.7.5 app/views/phcpress/categories/_form.html.erb
phcpress-3.7.0 app/views/phcpress/categories/_form.html.erb