diff options
| author | Josh Frye <joshfng@gmail.com> | 2016-02-06 12:36:46 -0500 |
|---|---|---|
| committer | Josh Frye <joshfng@gmail.com> | 2016-02-09 10:10:41 -0500 |
| commit | 8b4e9720d948d0f0fe61ba7344158560e639393f (patch) | |
| tree | 933c37ed98f5f505054c1f5a27c484ac4e386e95 /app/views/groups | |
| parent | 30e022a2feec7450c4173038d3fdfef0d6242953 (diff) | |
| download | gitlab-ce-8b4e9720d948d0f0fe61ba7344158560e639393f.tar.gz | |
Extract events rendering to own action.
Diffstat (limited to 'app/views/groups')
| -rw-r--r-- | app/views/groups/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index ebb3df7dca3..52db77e3adb 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -47,7 +47,7 @@ = render 'shared/event_filter' - .content_list + .content_list{:"data-href" => events_group_path} = spinner .tab-pane#projects |
