Guest User

Untitled

a guest
Jul 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. view
  2.  
  3. <div class='left'>
  4.  
  5. </div>
  6.  
  7.  
  8. <div class='right'>
  9. <%= render :partial => "calendar", :locals => { :month => @timesheet.work_month.month, :year => @timesheet.work_month.year, :holidays => @holidays } %>
  10. </div>
  11.  
  12.  
  13. _calendar
  14. <%= calendar(:year => year, :month => month, :holidays => holiday_days, :first_day_of_week => 1) %> # this one line will print the whole calendar
Add Comment
Please, Sign In to add comment