diff --git a/app/views/landing/_invite_join.html.erb b/app/views/landing/_invite_join.html.erb new file mode 100644 index 00000000..e143c74a --- /dev/null +++ b/app/views/landing/_invite_join.html.erb @@ -0,0 +1,13 @@ + diff --git a/app/views/landing/_previously_joined.html.erb b/app/views/landing/_previously_joined.html.erb new file mode 100644 index 00000000..3270589b --- /dev/null +++ b/app/views/landing/_previously_joined.html.erb @@ -0,0 +1,6 @@ + diff --git a/app/views/landing/index.html.erb b/app/views/landing/index.html.erb index c61793f0..126a4493 100644 --- a/app/views/landing/index.html.erb +++ b/app/views/landing/index.html.erb @@ -28,33 +28,11 @@ with BigBlueButton; if not, see . <%= render 'shared/meeting_name_form' %>
- + <%= render 'landing/previously_joined' %>
- diff --git a/app/views/shared/_title.html.erb b/app/views/shared/_title.html.erb new file mode 100644 index 00000000..f18a9627 --- /dev/null +++ b/app/views/shared/_title.html.erb @@ -0,0 +1,7 @@ +<% title_class ||= '' %> +
+
+

<%= title %>

+ <%= yield %> +
+