<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %> <%= form_tag({:action=>'create'} ,:multipart=>true,:id=>'myForms' ) do %>
Type [*]
 
Description [*]
 
 
 
Enter To Search
<% pagestart = params[:page] ? params[:page] : 1 if pagestart.to_i <=1 i = 1 else i = ((pagestart.to_i-1)*10)+1 i = i.to_i end if @MstXFaq.count >0 @MstXFaq.each do |gps| %> <% i +=1 end else %> <% end %>
Sl.No. Type Description Action
<%=i%> <% if gps.dc_type =='tc' %> Terms & Conditions <% elsif gps.dc_type =='dc' %> Declaration <% end %> <%=gps.dc_descriptions%>
No Records Found
<%= will_paginate(@MstXFaq, :params => { :controller => "faq", :action => "index" })%>
<% end %>