event-an-enroll-guest.html.twig in Open Social 8.5
Same filename and directory in other branches
- 8.9 modules/social_features/social_event/modules/social_event_an_enroll/templates/event-an-enroll-guest.html.twig
- 8.6 modules/social_features/social_event/modules/social_event_an_enroll/templates/event-an-enroll-guest.html.twig
- 8.7 modules/social_features/social_event/modules/social_event_an_enroll/templates/event-an-enroll-guest.html.twig
- 8.8 modules/social_features/social_event/modules/social_event_an_enroll/templates/event-an-enroll-guest.html.twig
- 10.3.x modules/social_features/social_event/modules/social_event_an_enroll/templates/event-an-enroll-guest.html.twig
- 10.0.x modules/social_features/social_event/modules/social_event_an_enroll/templates/event-an-enroll-guest.html.twig
- 10.1.x modules/social_features/social_event/modules/social_event_an_enroll/templates/event-an-enroll-guest.html.twig
- 10.2.x modules/social_features/social_event/modules/social_event_an_enroll/templates/event-an-enroll-guest.html.twig
<div class="media"> <div class="media-left"> <img src="{{ url }}"> </div> <div class="media-body"> <h6>{{ name }}</h6> </div> </div>
1 theme call to event-an-enroll-guest.html.twig
- social_event_an_enroll_preprocess_views_view_field in modules/
social_features/ social_event/ modules/ social_event_an_enroll/ social_event_an_enroll.module - Implements hook_preprocess_HOOK().
File
modules/social_features/social_event/modules/social_event_an_enroll/templates/event-an-enroll-guest.html.twigView source
- <div class="media">
- <div class="media-left">
- <img src="{{ url }}">
- </div>
- <div class="media-body">
- <h6>{{ name }}</h6>
- </div>
- </div>