diff --git a/app/views/confirm_sessions/show.en.html.haml b/app/views/confirm_sessions/show.en.html.haml index 86ceaf79..30b20210 100644 --- a/app/views/confirm_sessions/show.en.html.haml +++ b/app/views/confirm_sessions/show.en.html.haml @@ -14,17 +14,12 @@ %h3 AUTHOR TERM OF AGREEMENT - #{@conference.name.upcase} On agreeing to these terms, I declare that I will: %br - (1) Be able to present my session at #{@conference.name} at the date and place defined by the event organization, - committing to the high quality of the event; + (1) Be able to present my session at #{@conference.name} at the date and place defined by the event organization, committing to the high quality of the event; %br - (2) Be aware that I must immediately notify the organization of #{@conference.name} should any unpredicted event prevent - me from participating in the conference, thus allowing my session to be replaced or the issue be solved in any way; + (2) Be aware that I must immediately notify the organization of #{@conference.name} should any unpredicted event prevent me from participating in the conference, thus allowing my session to be replaced or the issue be solved in any way; %br - (3) Be granting the organization of #{@conference.name} the consent to use my image, in picture or in any media form, - for non-commercial, non-political and non-religious purposes, in activities strictly related to the conference and - without reproduction of the intellectual content without my acknowledgement; + (3) Be granting the organization of #{@conference.name} the consent to use my image, in picture or in any media form, for non-commercial, non-political and non-religious purposes, in activities strictly related to the conference and without reproduction of the intellectual content without my acknowledgement; %br - (4) Be responsible and accountable for the intellectual property of all the content in my presentation, as well as - being legally responsible for any activities performed during its presentation at the conference. + (4) Be responsible and accountable for the intellectual property of all the content in my presentation, as well as being legally responsible for any activities performed during its presentation at the conference. = render 'confirm_sessions/form' \ No newline at end of file diff --git a/app/views/confirm_sessions/show.pt.html.haml b/app/views/confirm_sessions/show.pt.html.haml index ef3d9ff8..c56bedfe 100644 --- a/app/views/confirm_sessions/show.pt.html.haml +++ b/app/views/confirm_sessions/show.pt.html.haml @@ -14,18 +14,12 @@ %h3 TERMO DE COMPROMISSO COMO AUTOR - #{@conference.name.upcase} Ao concordar com este termo, declaro: %br - (1) Estar apto a realizar minha apresentação no #{@conference.name}, em data e local definidos pela organização - do evento, com o compromisso pela alta qualidade do evento; + (1) Estar apto a realizar minha apresentação no #{@conference.name}, em data e local definidos pela organização do evento, com o compromisso pela alta qualidade do evento; %br - (2) Estar ciente de que devo notificar imediatamente a organização do #{@conference.name} caso algum evento de - força maior venha a impedir minha participação na conferência, permitindo minha rápida substituição ou a resolução de - problemas; + (2) Estar ciente de que devo notificar imediatamente a organização do #{@conference.name} caso algum evento de força maior venha a impedir minha participação na conferência, permitindo minha rápida substituição ou a resolução de problemas; %br - (3) Ceder à organização do #{@conference.name} o direito de uso de minha imagem para fins não comerciais, políticos e - religiosos (tanto em foto quanto em vídeo), em atividades estritamente relacionadas à conferência e sem a reprodução - de conteúdo intelectual registrado sem o meu consentimento; + (3) Ceder à organização do #{@conference.name} o direito de uso de minha imagem para fins não comerciais, políticos e religiosos (tanto em foto quanto em vídeo), em atividades estritamente relacionadas à conferência e sem a reprodução de conteúdo intelectual registrado sem o meu consentimento; %br - (4) Que todo o conteúdo da apresentação é de minha inteira responsabilidade civil e intelectual, sendo passível de - responder judicialmente a qualquer ato ilegal que possa vir a realizar durante sua exposição na conferência. + (4) Que todo o conteúdo da apresentação é de minha inteira responsabilidade civil e intelectual, sendo passível de responder judicialmente a qualquer ato ilegal que possa vir a realizar durante sua exposição na conferência. = render 'confirm_sessions/form' \ No newline at end of file