diff --git a/app/assets/javascripts/discourse/app/templates/mobile/group-index.hbs b/app/assets/javascripts/discourse/app/templates/mobile/group-index.hbs deleted file mode 100644 index 831ec8e81fd..00000000000 --- a/app/assets/javascripts/discourse/app/templates/mobile/group-index.hbs +++ /dev/null @@ -1,63 +0,0 @@ -
- - -
- {{#if this.canManageGroup}} - - {{/if}} -
- - {{#if this.hasMembers}} - -
- {{#each this.model.members as |user|}} -
- - {{#if user.owner}}{{i18n - "groups.owner" - }}{{/if}} - -
- - {{bound-date user.last_posted_at}} -
- -
- - {{bound-date user.last_seen_at}} -
- - {{#if this.canManageGroup}} - - {{/if}} -
-
- {{/each}} -
-
- - - {{else}} -
- -
{{i18n this.emptyMessageKey}}
- {{/if}} -
\ No newline at end of file diff --git a/app/assets/stylesheets/mobile/group.scss b/app/assets/stylesheets/mobile/group.scss index b17274c17e0..37a3e0b6d81 100644 --- a/app/assets/stylesheets/mobile/group.scss +++ b/app/assets/stylesheets/mobile/group.scss @@ -16,30 +16,8 @@ position: relative; } -.group-members { - .group-member { - border-top: 1px solid var(--primary-low); - - .user-info { - margin: 0; - padding: 0.5em; - width: 98%; - } - - .btn-group { - margin-top: 0; - } - - .group-member-info { - color: var(--primary-medium); - - label { - margin-bottom: 0; - font-weight: bold; - display: inline-block; - } - } - } +.group-accept-deny-buttons { + justify-content: start; } .group-info {