Sha256: 0b31210318794ee16106808990bd8defa648953d57c7f79ea178cc94c60a0765

Contents?: true

Size: 475 Bytes

Versions: 8

Compression:

Stored size: 475 Bytes

Contents

<div class="row">
	<div class="col-lg-12">

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

			<!-- PHC-Notifi Render Validation -->
			<%= render 'phcnotifi/validations', :object => @modules_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

8 entries across 8 versions & 1 rubygems

Version Path
phcpress-6.7.3 app/views/phcpress/modules/categories/_form.html.erb
phcpress-6.7.2 app/views/phcpress/modules/categories/_form.html.erb
phcpress-6.7.1 app/views/phcpress/modules/categories/_form.html.erb
phcpress-6.7.0 app/views/phcpress/modules/categories/_form.html.erb
phcpress-6.6.6 app/views/phcpress/modules/categories/_form.html.erb
phcpress-6.6.5 app/views/phcpress/modules/categories/_form.html.erb
phcpress-6.6.4 app/views/phcpress/modules/categories/_form.html.erb
phcpress-6.6.3 app/views/phcpress/modules/categories/_form.html.erb