Sha256: b78076d126217d93c203c0b3138150fae41f69b90e749de8580f993fa19acf75

Contents?: true

Size: 273 Bytes

Versions: 5

Compression:

Stored size: 273 Bytes

Contents

- @calendars.each do |cal|
  .calendar
    %h2.name
      = cal.name
      = action_menulink(cal)
    = action_menu(cal)
    - cal.events.each do |event|
      .event
        %span.name
          = event.name
          = action_menulink(event)
        = action_menu(event)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
droom-0.5.3 app/views/droom/calendars/index.html.haml
droom-0.4.3 app/views/droom/calendars/index.html.haml
droom-0.4.2 app/views/droom/calendars/index.html.haml
droom-0.4.1 app/views/droom/calendars/index.html.haml
droom-0.2.1 app/views/droom/calendars/index.html.haml