cozy/cozy-mobile

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

Summary

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

    h2= t('pictures header')

    p= t('pictures explanation')

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