From 56085f727e79095f40a50bd11b58bfe4d0cf21ca Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 13 Oct 2015 19:29:08 -0400 Subject: [PATCH] https://github.com/NodeBB/NodeBB/issues/3741 --- templates/groups/details.tpl | 35 +----------------------- templates/partials/groups/memberlist.tpl | 34 +++++++++++++++++++++++ 2 files changed, 35 insertions(+), 34 deletions(-) create mode 100644 templates/partials/groups/memberlist.tpl diff --git a/templates/groups/details.tpl b/templates/groups/details.tpl index 1967970..77db2b3 100644 --- a/templates/groups/details.tpl +++ b/templates/groups/details.tpl @@ -36,40 +36,7 @@

[[groups:details.members]]

-
- - - - - - - - - - -
- - - {group.members.username} - - -
+
diff --git a/templates/partials/groups/memberlist.tpl b/templates/partials/groups/memberlist.tpl new file mode 100644 index 0000000..46f1cc4 --- /dev/null +++ b/templates/partials/groups/memberlist.tpl @@ -0,0 +1,34 @@ +
+ + + + + + + + + + +
+ + + {group.members.username} + + +
\ No newline at end of file