Skip to content

Commit

Permalink
Upstream merge - restore 'materials' text instead of commericals
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead authored Feb 13, 2024
1 parent 975188c commit 3dba044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/admin/events/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
= "(#{@events.length})" if @events.any?

.btn-group.pull-right
%button.btn.btn-primary{ title: 'Mass import of commercials for events',
%button.btn.btn-primary{ title: 'Mass import of materials for events',
data: { toggle: 'modal', target: '#mass-commercials-modal' } }
Add Commercials
Add Materials

- if can? :create, Event
= link_to 'Add Event',
Expand All @@ -29,7 +29,7 @@
.modal-content
.modal-header
%h1
Add commercials to events
Add materials to events
.modal-body
= form_for('', url: mass_upload_commercials_admin_conference_program_path(@conference.short_title), method: :post) do |f|
.form-group
Expand Down

0 comments on commit 3dba044

Please sign in to comment.