UI -- Repalce "Commerials" with "Materials".

This only replaces the UI facing wording. Specs will fail
as they have not been updated yet.
This commit is contained in:
Michael Ball 2020-01-18 10:57:42 -08:00
parent 1f7877ccd9
commit 9a1739e86e
8 changed files with 14 additions and 14 deletions

View file

@ -43,7 +43,7 @@
= link_to 'Contact', edit_admin_conference_contact_path(@conference.short_title)
- if can? :index, @conference.commercials.build
%li{class: "#{active_nav_li(admin_conference_commercials_path(@conference.short_title))}"}
= link_to 'Commercials', admin_conference_commercials_path(@conference.short_title)
= link_to 'Materials', admin_conference_commercials_path(@conference.short_title)
- if can? :update, @conference
%li{class: active_nav_li(edit_admin_conference_splashpage_path(@conference.short_title))}
= link_to 'Splashpage', admin_conference_splashpage_path(@conference.short_title)