<%= 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 %>
Currency Name [*]
Symbol [*]
Bank 
Remarks 
 
 
Currency Name
<% 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 @MstGroup.count >0 @MstGroup.each do |gps| %> <% i +=1 end else %> <% end %>
SL.No. Currency Name Symbol Action
<%=i%> <%=gps.cc_name%> <%=gps.cc_symbols%>
No Records Found
<%= will_paginate(@MstGroup)%>
<% end %>