forked from External/greenlight
create components for new layout
This commit is contained in:
6
app/views/landing/_previously_joined.html.erb
Normal file
6
app/views/landing/_previously_joined.html.erb
Normal file
@ -0,0 +1,6 @@
|
||||
<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>
|
Reference in New Issue
Block a user