Sha256: 265d54d81be5396811e5462f24d03fb1adf94ffa691e6f2957e09b326dde226f

Contents?: true

Size: 603 Bytes

Versions: 7

Compression:

Stored size: 603 Bytes

Contents

.calendar.monthly{ :data => { :'base-date' => calendar.base_date }}
  %h1= t('date.abbr_month_names')[calendar.base_date.month]
  = link_to '', previous_month_path(calendar), :class => 'navigation previous'
  = link_to '', next_month_path(calendar), :class => 'navigation next'
  = link_to '', today_path(calendar), :class => 'navigation today'
  %ul.dates
    - (calendar.start_on .. calendar.start_on + 6.days).each do |date|
      %li.date.wday_header= t('date.abbr_day_names')[date.wday]
    = render :partial => 'event_cal/date', :collection => calendar.dates, :locals => { :calendar => calendar }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
event_cal-1.2.5 app/views/event_cal/_calendar.html.haml
event_cal-1.2.4 app/views/event_cal/_calendar.html.haml
event_cal-1.2.3 app/views/event_cal/_calendar.html.haml
event_cal-1.2.2 app/views/event_cal/_calendar.html.haml
event_cal-1.2.1 app/views/event_cal/_calendar.html.haml
event_cal-1.2 app/views/event_cal/_calendar.html.haml
event_cal-1.1 app/views/event_cal/_calendar.html.haml