activities.html.haml 201 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
- if @events.any?
  %div.dashboard_category
    %h3
      %span.ico.activities
      = link_to "Activities" , "#activities", :id => "activities"

    %hr
    = render @events
- else
  %h3 Nothing here