aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/GroupBundle/Resources/views/Manage/edit.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-05 09:08:18 +0100
committerThomas Citharel <tcit@tcit.fr>2017-06-23 09:23:49 +0200
commit56c81a2f433eaba98f8cf0bfdd3672bc517ae266 (patch)
tree804d9f8bc459ac6d67d41d75e56774c272f22216 /src/Wallabag/GroupBundle/Resources/views/Manage/edit.html.twig
parent36f30fa31e0d2373f5c39851ea9138493fbde341 (diff)
downloadwallabag-56c81a2f433eaba98f8cf0bfdd3672bc517ae266.tar.gz
wallabag-56c81a2f433eaba98f8cf0bfdd3672bc517ae266.tar.zst
wallabag-56c81a2f433eaba98f8cf0bfdd3672bc517ae266.zip
First draft to manage relation between User and Group
Diffstat (limited to 'src/Wallabag/GroupBundle/Resources/views/Manage/edit.html.twig')
-rw-r--r--src/Wallabag/GroupBundle/Resources/views/Manage/edit.html.twig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Wallabag/GroupBundle/Resources/views/Manage/edit.html.twig b/src/Wallabag/GroupBundle/Resources/views/Manage/edit.html.twig
index 7de68c35..791a7a18 100644
--- a/src/Wallabag/GroupBundle/Resources/views/Manage/edit.html.twig
+++ b/src/Wallabag/GroupBundle/Resources/views/Manage/edit.html.twig
@@ -23,6 +23,14 @@
23 </div> 23 </div>
24 </div> 24 </div>
25 25
26 <div class="row">
27 <div class="input-field col s12">
28 {{ form_label(edit_form.users) }}
29 {{ form_errors(edit_form.users) }}
30 {{ form_widget(edit_form.users) }}
31 </div>
32 </div>
33
26 <br/> 34 <br/>
27 35
28 {{ form_widget(edit_form.save, {'attr': {'class': 'btn waves-effect waves-light'}}) }} 36 {{ form_widget(edit_form.save, {'attr': {'class': 'btn waves-effect waves-light'}}) }}