|
21 | 21 | <div class="offset-md-1 col-md-10 offset-lg-2 col-lg-8">
|
22 | 22 | Want to know more about our church? Check out some of the groups within
|
23 | 23 | our church that may interest you.
|
24 |
| - {{#each g in model.group}} |
25 |
| - <p>HELLO={{group.slug}}</p> |
26 |
| - {{/each}} |
27 | 24 | </div>
|
28 | 25 | </div>
|
29 | 26 | <div class="row">
|
30 |
| - <div class="offset-md-2 col-md-4 group"> |
31 |
| - {{#link-to "group.index" "childrens-church"}} |
32 |
| - <img src={{cloudinary-fetch url="https://mcac.s3.amazonaws.com/groups/fabe359d-8611-4112-b675-842cd40ef57e.jpg" |
33 |
| - width=200 |
34 |
| - radius="max" |
35 |
| - height=200 crop="fill"}} /> |
| 27 | + {{#each model as |group|}} |
| 28 | + <div class="col-md-4 group"> |
| 29 | + {{#link-to "group.index" group.slug}} |
| 30 | + <img class="profile-picture" |
| 31 | + src={{cloudinary-fetch url=group.profilePictureUrl |
| 32 | + width=200 |
| 33 | + radius="max" |
| 34 | + height=200 |
| 35 | + crop="fill"}} /> |
36 | 36 | {{/link-to}}
|
37 | 37 | <div class="description">
|
38 |
| - {{#link-to "group.index" "childrens-church"}} |
39 |
| - Children's Church |
| 38 | + {{#link-to "group.index" group.slug}} |
| 39 | + {{group.name}} |
40 | 40 | {{/link-to}}
|
41 | 41 | </div>
|
42 | 42 | </div>
|
43 |
| - <div class="col-md-4 group" {{action "viewGroup" "english-service"}}> |
44 |
| - {{#link-to "group.index" "english-service"}} |
45 |
| - <img src={{cloudinary-fetch url="https://mcac.s3.amazonaws.com/groups/5c7d76a8-d195-4907-951d-5b3fb00c438d.jpg" |
46 |
| - width=200 |
47 |
| - radius="max" |
48 |
| - height=200 crop="fill"}} /> |
49 |
| - |
50 |
| - {{/link-to}} |
| 43 | + {{/each}} |
| 44 | + <div class="col-md-4 group"> |
| 45 | + <img class="profile-picture" |
| 46 | + src={{cloudinary-fetch url="https://mcac.s3.amazonaws.com/bulletins/3017d548-1461-4520-8153-3ed1d910e11a.jpg" |
| 47 | + width=200 |
| 48 | + radius="max" |
| 49 | + height=200 |
| 50 | + crop="fill"}} /> |
51 | 51 | <div class="description">
|
52 |
| - {{#link-to "group.index" "english-service"}} |
53 |
| - English Service |
54 |
| - {{/link-to}} |
| 52 | + Coming Soon... |
55 | 53 | </div>
|
56 | 54 | </div>
|
57 | 55 | </div>
|
|
0 commit comments