<%= theme_button('Add a Feature', 'plus', new_feature_path(), classes: "pull-left mr-10", btn_type: "success") if @current_user.has_create_permission?(Feature) %> <%= theme_button('Refresh', 'refresh', features_path(), classes: "pull-left mr-10", btn_type: "white") %>
<%= search_form_kuppayam(Feature, features_path, text: @filters[:query]) %>
<% @filter_ui_settings.each do |filter_name, options| %> <% if options[:object_filter] == true %> <%= report_object_filter(filter_name, options) %> <% else %> <%= report_filter(filter_name, options) %> <% end %> <% end %>
<%= clear_tag(10) %>
<%= render :partial=>"usman/features/index" %>
<%= clear_tag(10) %>