File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
app/templates/components/forms/group Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments