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