OSDN Git Service

Add event filter for group and project show pages
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Mon, 26 Aug 2013 13:30:03 +0000 (16:30 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Mon, 26 Aug 2013 13:30:03 +0000 (16:30 +0300)
commit17af835387c996f82b46f3bade67d513b4e40cc5
treea98fc3a53601ce398df32a723947d27daff9e3ff
parent4675ff46e8b1d354d86cdf80ac3bd4f60814dbe3
Add event filter for group and project show pages
12 files changed:
app/assets/javascripts/activities.js.coffee [new file with mode: 0644]
app/assets/javascripts/dashboard.js.coffee
app/assets/javascripts/dispatcher.js.coffee
app/controllers/application_controller.rb
app/controllers/dashboard_controller.rb
app/controllers/groups_controller.rb
app/controllers/projects_controller.rb
app/helpers/events_helper.rb
app/views/dashboard/_activities.html.haml
app/views/groups/show.html.haml
app/views/projects/show.html.haml
app/views/shared/_event_filter.html.haml [new file with mode: 0644]