Sha256: a136a390761fa437fa53febbaf8a10e5094f768ed996b93dc8ab8c5d8741c07c
Contents?: true
Size: 439 Bytes
Versions: 94
Compression:
Stored size: 439 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
94 entries across 94 versions & 1 rubygems