From fecc5f818093c500fc0541f07ff3e22812131c3a Mon Sep 17 00:00:00 2001 From: Bilal Date: Tue, 7 Jul 2020 21:27:56 +0200 Subject: [PATCH] update video sources --- app/views/broadcasts/splash.html.erb | 2 +- app/views/contract_templates/splash.html.erb | 2 +- app/views/videos/splash.html.erb | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/broadcasts/splash.html.erb b/app/views/broadcasts/splash.html.erb index 3cbca32..f679a0d 100644 --- a/app/views/broadcasts/splash.html.erb +++ b/app/views/broadcasts/splash.html.erb @@ -18,7 +18,7 @@
- +
diff --git a/app/views/contract_templates/splash.html.erb b/app/views/contract_templates/splash.html.erb index fb0622e..26f22f9 100644 --- a/app/views/contract_templates/splash.html.erb +++ b/app/views/contract_templates/splash.html.erb @@ -18,7 +18,7 @@
- +
diff --git a/app/views/videos/splash.html.erb b/app/views/videos/splash.html.erb index c7954da..0b082bb 100644 --- a/app/views/videos/splash.html.erb +++ b/app/views/videos/splash.html.erb @@ -6,7 +6,7 @@ <%= link_to t(".actions.book_demo"), 'https://meetings.hubspot.com/bray2', class: "btn btn-primary border align-self-center h-50 ml-auto mr-2 pb-2", target: '_blank' %> <% if policy(Video).new? %> - <%= link_to t(".actions.upload_video"), [:new, @project, :video], class: "btn btn-success border align-self-center h-50 pb-2" %> + <%= link_to t(".actions.upload_video"), [:landing, @project, :videos], class: "btn btn-success border align-self-center h-50 pb-2" %> <% end %> @@ -18,7 +18,7 @@
- +
-- 2.47.3