gitlab-org--gitlab-foss/app/views/layouts
Bob Van Landuyt 7684217d68 Enforces terms in the web application
This enforces the terms in the web application. These cases are
specced:

- Logging in: When terms are enforced, and a user logs in that has not
  accepted the terms, they are presented with the screen. They get
  directed to their customized root path afterwards.
- Signing up: After signing up, the first screen the user is presented
  with the screen to accept the terms. After they accept they are
  directed to the dashboard.
- While a session is active:
  - For a GET: The user will be directed to the terms page first,
    after they accept the terms, they will be directed to the page
    they were going to
  - For any other request: They are directed to the terms, after they
    accept the terms, they are directed back to the page they came
    from to retry the request. Any information entered would be
    persisted in localstorage and available on the page.
2018-05-04 13:54:43 +02:00
..
header Make the user dropdown reusable 2018-05-04 13:52:55 +02:00
mailer
nav Display and revoke active sessions 2018-05-02 08:08:16 +00:00
_broadcast.html.haml
_flash.html.haml Enforces terms in the web application 2018-05-04 13:54:43 +02:00
_google_analytics.html.haml
_head.html.haml remove the "test" bundle and apply it conditionally within main.js 2018-03-01 15:11:46 -06:00
_init_auto_complete.html.haml
_mailer.html.haml Move email footer info to a single line 2018-03-21 12:29:20 -05:00
_page.html.haml Add read-only banner to all pages 2018-03-22 20:34:45 +01:00
_page_title.html.haml
_piwik.html.haml
_recaptcha_verification.html.haml
_search.html.haml
admin.html.haml
application.html.haml
dashboard.html.haml
devise.html.haml Backport changes in EE MR 4972: System Header and Footer 2018-04-02 14:27:12 +00:00
devise_empty.html.haml Backport changes in EE MR 4972: System Header and Footer 2018-04-02 14:27:12 +00:00
errors.html.haml
explore.html.haml
group.html.haml
group_settings.html.haml
help.html.haml
koding.html.haml
mailer.html.haml
mailer.text.erb set proper signature marker in mails 2018-04-18 11:50:07 +02:00
nav_only.html.haml WebIDE: Fix Commit bugs 2018-01-19 09:38:34 +00:00
notify.html.haml Initial work to add notification reason to emails 2018-01-16 19:17:55 -06:00
notify.text.erb set proper signature marker in mails 2018-04-18 11:50:07 +02:00
oauth_error.html.haml
profile.html.haml
project.html.haml Replace deprecated name_with_namespace with full_name in app/views 2018-03-05 15:45:35 +02:00
project_settings.html.haml
search.html.haml
snippets.html.haml
terms.html.haml Enforces terms in the web application 2018-05-04 13:54:43 +02:00
xml.atom.builder