Skip to content

Commit

Permalink
dashboard module
Browse files Browse the repository at this point in the history
  • Loading branch information
will-r committed May 6, 2011
1 parent c04aff9 commit 4840514
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/admin/dashboard/_coming_events.html.haml
@@ -0,0 +1,6 @@
#coming_events.dashboard_module
%h2
= t('coming_events')
%table
= render :partial => 'admin/events/event', :collection => Event.future_and_current.limited_to(8)

0 comments on commit 4840514

Please sign in to comment.