Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-12-03 04:16:07 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-12-03 04:16:07 +0300
commit0f0c0328ce7551547c763bbb6f0606377dd96f09 (patch)
treed24e46e28484e3471224f5fd2da96643b74b74c4 /resources
parent7a381632d098133a15ed806b298b126aedd887ed (diff)
Remove unnecessary roles parameter and add comment re: Angular for user creation
Diffstat (limited to 'resources')
-rw-r--r--resources/views/admin.blade.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/views/admin.blade.php b/resources/views/admin.blade.php
index f534fe4..1940187 100644
--- a/resources/views/admin.blade.php
+++ b/resources/views/admin.blade.php
@@ -83,8 +83,7 @@
</div>
@include('snippets.user_table', [
- 'table_id' => 'admin_users_table',
- 'roles' => $user_roles
+ 'table_id' => 'admin_users_table'
])
</div>