Sha256: 05b0f0b779bbcc6d32ab59af548718a1c06649923edf64a555b9518ebf640b17

Contents?: true

Size: 709 Bytes

Versions: 17

Compression:

Stored size: 709 Bytes

Contents

-@dates_by_month.each do |month, dates|
  .calendar-month
    %h3
      = month
    %table.calendar{:align => "center"}
      - (dates.first.beginning_of_month.to_date..dates.first.end_of_month.to_date).each do |date|
        = "<tr>".html_safe if date == dates.first.beginning_of_month.to_date || date.wday == 0
        = Array.new(date.wday, "<td class='filler'></td>").join('').html_safe if date == dates.first.beginning_of_month.to_date && dates.first.beginning_of_month.to_date.wday != 0

        = "<td class='#{dates.include?(date) ? "has_show" : ""}' data-date='#{date.strftime('%D')}'>#{date.strftime('%e')}</td>".html_safe
        = "</tr>".html_safe if date.cwday == 6

%div{:style => 'clear:both'}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre3 app/views/store/events/_calendar.html.haml
artfully_ose-1.3.0.pre2 app/views/store/events/_calendar.html.haml
artfully_ose-1.3.0.pre1 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0.beta.1 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0.alpha.2 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0.alpha.1 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0.pre.27 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0.pre.26 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0.pre.24 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0.pre.23 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0.pre.21 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0.pre.20 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0.pre.19 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0.pre.18 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0.pre.17 app/views/store/events/_calendar.html.haml
artfully_ose-1.2.0.pre.16 app/views/store/events/_calendar.html.haml