Initial commit
This commit is contained in:
3
app/views/zoom_meetings/index.html.erb
Normal file
3
app/views/zoom_meetings/index.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<%= form_with url: ZoomMeeting.new, action: :post do |form| %>
|
||||
<%= form.submit "Create meeting" %>
|
||||
<% end %>
|
||||
1
app/views/zoom_meetings/show.html.erb
Normal file
1
app/views/zoom_meetings/show.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= link_to "Join meeting", @meeting.start_url, target: "_blank", class: "btn btn-primary" %>
|
||||
Reference in New Issue
Block a user