Sha256: 5140edc49e42eb2ae015a18008ec04d3925f2029c48d447364d4e2f475068b2e

Contents?: true

Size: 204 Bytes

Versions: 5

Compression:

Stored size: 204 Bytes

Contents

= render_date start_date, all_day
- unless (all_day && duration == 1.day)
  —
  - if start_date.to_date === end_date.to_date
    = render_time end_date
  - else
    = render_date end_date, all_day

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
date_book-0.0.6 app/views/date_book/application/_date_range.html.haml
date_book-0.0.5 app/views/date_book/application/_date_range.html.haml
date_book-0.0.3 app/views/date_book/application/_date_range.html.haml
date_book-0.0.2 app/views/date_book/application/_date_range.html.haml
date_book-0.0.1 app/views/date_book/application/_date_range.html.haml