cozy/cozy-mobile

View on GitHub
src/app/templates/onboarding/permission_calendars.jade

Summary

Maintainability
Test Coverage
.wizard-step.fWizardCalendars
    .big-icon-container
        img(src="./img/icon-calendar.svg")

    h2= t('calendars header')

    p= t('calendars explanation')

    .button-block
        button#btn-nope= t('skip')
        button#btn-yep= t('authorize')