project layout

This commit is contained in:
gitlabhq 2011-10-28 15:07:58 +03:00
parent 1ffb4b98c0
commit 487ae906a9
5 changed files with 71 additions and 9 deletions

View file

@ -2,6 +2,7 @@ class IssuesController < ApplicationController
before_filter :authenticate_user!
before_filter :project
before_filter :issue, :only => [:edit, :update, :destroy, :show]
layout "project"
# Authorize
before_filter :add_project_abilities