add ability to change namespace from project edit page
This commit is contained in:
parent
f997947664
commit
f37fa968b2
9 changed files with 64 additions and 26 deletions
|
@ -4,6 +4,7 @@ class GroupsController < ApplicationController
|
|||
|
||||
before_filter :group
|
||||
before_filter :projects
|
||||
before_filter :add_project_abilities
|
||||
|
||||
def show
|
||||
@events = Event.in_projects(project_ids).limit(20).offset(params[:offset] || 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue