mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 01:40:21 +03:00
13 lines
316 B
Handlebars
13 lines
316 B
Handlebars
<table class="gh-list">
|
|
<thead>
|
|
<tr>
|
|
<th>Event</th>
|
|
<th>Time</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{{#each @events as |event|}}
|
|
<MembersActivity::TableRow @hideMemberColumn={{@hideMemberColumn}} @event={{event}} />
|
|
{{/each}}
|
|
</tbody>
|
|
</table> |