summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorColin Williams <github@crwilliams.co.uk>2015-01-29 08:34:07 +0000
committerColin Williams <github@crwilliams.co.uk>2015-01-29 08:40:04 +0000
commita3329ce0e8f63c42cdd90b28ee32a5938160a1fe (patch)
tree3a5d0936c0afd3379926d5e141187cae73f53647 /app
parent72913c33d37c9b84b88234d5a15b49c9bf4846a9 (diff)
Allow public access to colors stylesheet.
Diffstat (limited to 'app')
-rw-r--r--app/Model/Acl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php
index f6c54814..91680248 100644
--- a/app/Model/Acl.php
+++ b/app/Model/Acl.php
@@ -22,6 +22,7 @@ class Acl extends Base
'board' => array('readonly'),
'project' => array('feed'),
'webhook' => '*',
+ 'app' => array('colors'),
);
/**