greenlight/app/views/landing/_previously_joined.html.erb

7 lines
194 B
Plaintext

<div class="previously-joined-wrapper hidden">
<div class="list-group text-center">
<h4><%= t('previously_joined_meetings') %></h4>
<ul class="previously-joined"></ul>
</div>
</div>