From 6f91b4de0595e0e8ae1972f3e8ed5610b52911e6 Mon Sep 17 00:00:00 2001 From: rajavi-mishra Date: Sat, 24 Apr 2021 22:19:36 -0700 Subject: [PATCH] fixed the title --- app/views/admin/commercials/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/commercials/index.html.haml b/app/views/admin/commercials/index.html.haml index 2b91c1a6..d318707c 100644 --- a/app/views/admin/commercials/index.html.haml +++ b/app/views/admin/commercials/index.html.haml @@ -1,7 +1,7 @@ .row .col-md-12 .page-header - %h1 Session Materials + %h1 #{@conference.title} Materials %p.text-muted Conference materials will be displayed on the events in the = link_to 'schedule,', conference_schedule_path(@conference.short_title)