nerdhub/hcking

View on GitHub
app/views/modules/calendars/_day.html.haml

Summary

Maintainability
Test Coverage
.day-divider{"data-date" => day.date}
  %h2= I18n.localize(day.date, format: "%A, %d. %B %Y")
  - if suggestions
    = link_to image_tag("plus.png", alt: t('.suggest_event')), new_suggestion_path, title: t('.suggest_event')

= render partial: "modules/calendars/entry", collection: day.entries