Rename 'Call for Papers' to 'Calls for Content'
This commit is contained in:
parent
21c5b842b1
commit
e518431b8e
5 changed files with 7 additions and 6 deletions
|
|
@ -1,9 +1,10 @@
|
|||
.row
|
||||
.col-md-12
|
||||
.page-header
|
||||
%h1 Call for Papers
|
||||
%h1 Calls for Content
|
||||
%p.text-muted
|
||||
Call for people to submit events to your conference
|
||||
Ask people to submit content to your conference,
|
||||
within defined timeframes.
|
||||
- if @program.cfps
|
||||
.row
|
||||
.col-md-12
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
%ul
|
||||
- if can? :update, Cfp.new(program_id: @conference.program.id)
|
||||
%li{class: active_nav_li(admin_conference_program_cfps_path(@conference.short_title))}
|
||||
= link_to 'Call for Papers', admin_conference_program_cfps_path(@conference.short_title)
|
||||
= link_to 'Calls for Content', admin_conference_program_cfps_path(@conference.short_title)
|
||||
- if can? :update, @conference.program.events.build
|
||||
%li{class: active_nav_li(admin_conference_program_events_path(@conference.short_title))}
|
||||
= link_to 'Events', admin_conference_program_events_path(@conference.short_title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue