Few UI improvements

This commit is contained in:
Dmitriy Zaporozhets 2013-01-24 10:16:03 +02:00
parent 1a917bc954
commit 645f960475
7 changed files with 11 additions and 10 deletions

View file

@ -1,5 +1,7 @@
class Teams::ApplicationController < ApplicationController
layout 'user_team'
before_filter :authorize_manage_user_team!
protected