<%= theme_button('Add a Section Type', 'plus', new_section_type_path(), classes: "pull-left mr-10", btn_type: "success") if @current_user.has_create_permission?(Dhatu::SectionType) %> <%= theme_button('Refresh', 'refresh', section_types_path(), classes: "pull-left mr-10", btn_type: "white") %>
<%= search_form_kuppayam(Dhatu::SectionType, section_types_path, text: @filters[:query]) %>
<%= clear_tag(10) %>
<%= render :partial=>"dhatu/section_types/index" %>
<%= clear_tag(10) %>