<%=form_for @selecHoliday, url:{ :action=>:edit } do |f| %>
<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %>
checked="checked"<% end%>/>  
checked="checked"<% end%>/>  
 
 
<% if @Holiday.count >0 @Holiday.each do | holidays | %> <% end else %> <% end %>
Date Holiday Description Action
<%=formatted_date(holidays.dateYear)%> <%=holidays.holidaytype%> <%=holidays.description%>
No Records Found
<% end %>