<%=form_for @showItem, url:{ :action=>:edit } do |f| %>
<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %>
 
 
 
<% i = 1; if @MstChecklist.count >0 @MstChecklist.each do |chklist| %> <% i = i+1 end else %> %> <% end %>
SL.No. Name Action
<%=i%> <%=chklist.clg_groupname%>
No Records Found
<% end %>