Add a license notice to the start page
This commit is contained in:
parent
c93900702f
commit
0588b48084
|
@ -7,6 +7,8 @@ p = t :what_we_ask
|
||||||
ul
|
ul
|
||||||
= render partial: 'track', collection: @current_conference.tracks
|
= render partial: 'track', collection: @current_conference.tracks
|
||||||
|
|
||||||
|
p = t :license_notice
|
||||||
|
|
||||||
.centered.large
|
.centered.large
|
||||||
=> link_to t(:submit_lecture), new_lecture_path, class: 'btn-link btn-link-large'
|
=> link_to t(:submit_lecture), new_lecture_path, class: 'btn-link btn-link-large'
|
||||||
= link_to t(:submit_workshop), new_workshop_path, class: 'btn-link btn-link-large'
|
= link_to t(:submit_workshop), new_workshop_path, class: 'btn-link btn-link-large'
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
bg:
|
bg:
|
||||||
home_title: "%{conference} - зов за лектори"
|
home_title: "%{conference} - зов за лектори"
|
||||||
what_we_ask: 'Бихме искали да получим предложенията Ви за лекции и уъркшопи, принадлежащи към следните категории:'
|
what_we_ask: 'Бихме искали да получим предложенията Ви за лекции и уъркшопи, принадлежащи към следните категории до 30 септември 2014г.:'
|
||||||
|
license_notice: 'Имайте предвид, че презентациите ви впоследствие ще бъдат публикувани с лиценз CC-BY-ND (Creative Commons – Attribution – No derivatives).'
|
||||||
submit_lecture: Предложи лекция
|
submit_lecture: Предложи лекция
|
||||||
submit_workshop: Предложи уъркшоп
|
submit_workshop: Предложи уъркшоп
|
||||||
resend_instructions_header: Повторно изпращане на инструкции за потвърждаване на акаунт
|
resend_instructions_header: Повторно изпращане на инструкции за потвърждаване на акаунт
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
en:
|
en:
|
||||||
home_title: "%{conference} - call for speakers"
|
home_title: "%{conference} - call for speakers"
|
||||||
what_we_ask: 'Please send us applications for talks and workshops in the following categories:'
|
what_we_ask: 'Please send us applications for talks and workshops in the foolowing categories until September 30, 2014:'
|
||||||
|
license_notice: 'Keep in mind that your workshop/presentation will later be published under the CC-BY-ND (Creative Commons – Attribution – No derivatives) license.'
|
||||||
submit_lecture: Submit lecture
|
submit_lecture: Submit lecture
|
||||||
submit_workshop: Submit workshop
|
submit_workshop: Submit workshop
|
||||||
resend_instructions_header: Re-send the instructions for confirming an account
|
resend_instructions_header: Re-send the instructions for confirming an account
|
||||||
|
|
Loading…
Reference in New Issue