<% unless flash[:notice].nil? %>
<%= flash[:notice] %>
<% end %>
<%= link_to "#{t('add_type')}", :controller=>"employee_attendance", :action=>"add_leave_types"%>
<%= t('link_dec1') %>
<%= link_to "#{t('attendance_register')}", :controller=>"employee_attendances", :action=>"index"%>
<%= t('register_attendance') %>
<%= link_to "#{t('attendance_report')}", :controller=>"employee_attendance", :action=>"report" %>
<%= t('attendance_report') %>.
<%= link_to "#{t('reset_leave')}", :controller=>"employee_attendance", :action=>"manual_reset" %>
<%= t('reset_employee_leaves') %>