Make a team and group boxes smaller on dashboard
This commit is contained in:
parent
ca752e64fb
commit
b5dd9e6775
3 changed files with 15 additions and 14 deletions
|
@ -12,4 +12,8 @@ class UserTeamUserRelationship < ActiveRecord::Base
|
|||
def user_name
|
||||
user.name
|
||||
end
|
||||
|
||||
def access_human
|
||||
UsersProject.access_roles.invert[permission]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue