Skip to content

Commit 183e71c

Browse files
committed
pos
1 parent e3a5315 commit 183e71c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/templates/components/forms/group/group-view.hbs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@
3333
{{/if}}
3434
{{/each}}
3535
</div>
36+
{{#if @group.about}}
37+
<br>
38+
<div class="description">
39+
{{sanitize @group.about}}
40+
</div>
41+
<br>
42+
{{/if}}
3643
{{#if this.upcomingEvents}}
3744
<h2 class="main-heading mb-4">{{t 'Upcoming Events'}}</h2>
3845
<div class="ui stackable three column grid">
3946
{{#each this.upcomingEvents as |event|}}
4047
<EventCard @event={{event}} @shareEvent={{action "shareEvent"}} />
4148
{{/each}}
4249
</div>
43-
{{#if @group.about}}
44-
<br>
45-
<div class="description">
46-
{{sanitize @group.about}}
47-
</div>
48-
<br>
49-
{{/if}}
5050
{{#if this.upcomingEvents}}
5151
<h2 class="main-heading mb-4">{{t 'Upcoming Events'}}</h2>
5252
<div class="ui stackable three column grid">

0 commit comments

Comments
 (0)