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