-
Notifications
You must be signed in to change notification settings - Fork 166
LG-3221: Accessibility for IAL2 flow #4000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
88993e9
3b54d90
38a55d3
a87e7fb
b28080a
304a3e5
125f9ce
244c7d4
3b67ae5
3d05eb6
209a8d4
66f9da1
7b120a5
9592167
5442d33
34262f0
37ff8bc
d785dc2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| <div class='p2 clearfix border-top'> | ||
| <div class='clearfix mxn1'> | ||
| <div class='sm-col sm-col-6 px1'> | ||
| <div class="bold truncate"> | ||
| <%= event.event_type %> | ||
| </div> | ||
| <%= event.last_sign_in_location_and_ip %> | ||
| </div> | ||
| <div class='sm-col sm-col-6 px1 sm-right-align'> | ||
| <%= local_time(event.happened_at, t('time.formats.event_timestamp')) %> | ||
| </div> | ||
| </div> | ||
| </div> |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| <span> | ||
| <%= image_tag asset_url('alert/success.svg'), width: 16, | ||
| class: 'mr1 align-middle', id: 'verified_account_badge', alt: '' %> | ||
| <%= t('headings.account.verified_account') %> | ||
| </span> |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| <% content_for(:nav) do %> | ||
| <%= render 'accounts/nav_auth', greeting: @view_model.header_personalization %> | ||
| <% end %> | ||
|
|
||
| <% title t('titles.account') %> | ||
|
|
||
| <h1 class='h3 center sm-left-align'> | ||
| <%= t('headings.account.account_history') %> | ||
|
||
| </h1> | ||
| <div class='mb3 profile-info-box'> | ||
| <div class='bg-lightest-blue pb1 pt1 px2 h6 caps clearfix'> | ||
| <%= @device.device_name %> | ||
| <%= image_tag asset_url('history.svg'), alt: '', width: 12, class: 'ml1' %> | ||
| </div> | ||
| <% @events.each do |event| %> | ||
| <%= render event.event_partial, event: event %> | ||
| <% end %> | ||
| </div> | ||
|
|
||
| <%= link_to cancel_link_text, account_path, class: 'h5' %> | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| <%= image_tag(asset_url('state-id-back.svg'), height: 140) %> | ||
| <%= image_tag(asset_url('state-id-back.svg'), alt: '', height: 140) %> | ||
| <br/> | ||
| <br/> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| <%= image_tag(asset_url('state-id-front.svg'), height: 140) %> | ||
| <%= image_tag(asset_url('state-id-front.svg'), alt: '', height: 140) %> | ||
| <br /> | ||
| <br /> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,72 @@ | ||
| <% | ||
| show_language_dropdown = I18n.available_locales.count > 1 | ||
| sanitized_requested_url = request.query_parameters.slice(:request_id) | ||
| %> | ||
|
|
||
| <footer class='footer bg-light-blue sm-bg-navy'> | ||
| <% if show_language_dropdown %> | ||
| <div class='sm-hide border-bottom'> | ||
| <div class='container cntnr-wide py1 px2 lg-px0 h5'> | ||
| <div class='i18n-mobile-toggle center'> | ||
| <%= link_to('#', class: 'block text-decoration-none blue fs-13p', 'aria-expanded': 'false') do %> | ||
| <%= image_tag asset_url('globe-blue.svg'), width: 12, class: 'mr1', alt: '', | ||
| 'aria-hidden': 'true' %><%= t('i18n.language') %><span class='caret inline-block ml-tiny' aria-hidden='true'>▾</span> | ||
| <% end %> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class='i18n-mobile-dropdown sm-hide display-none'> | ||
| <ul class='list-reset mb0 white center'> | ||
| <% I18n.available_locales.each do |locale| %> | ||
| <li class='border-bottom'> | ||
| <%= link_to t("i18n.locale.#{locale}"), sanitized_requested_url.merge(locale: locale), class: 'block py-12p px2 text-decoration-none blue fs-13p'%> | ||
| </li> | ||
| <% end %> | ||
| </ul> | ||
| </div> | ||
| <% end %> | ||
| <div class='container py1 px2 lg-px0 <%= 'sm-py0' if show_language_dropdown %>'> | ||
| <div class='flex flex-center'> | ||
| <div class='flex flex-auto flex-first'> | ||
| <%= link_to('https://gsa.gov', class: 'flex flex-center text-decoration-none white h6', target: '_blank', 'aria-label': t('shared.footer_lite.gsa')) do %> | ||
|
||
| <%= image_tag asset_url('sp-logos/square-gsa.svg'), | ||
| width: 20, class: 'mr1 sm-show', alt: '' %> | ||
| <%= image_tag asset_url('sp-logos/square-gsa-dark.svg'), | ||
| width: 20, class: 'mr1 sm-hide', alt: '' %> | ||
| <span class='sm-show'> | ||
| <%= t('shared.footer_lite.gsa') %> | ||
| </span> | ||
| <% end %> | ||
| </div> | ||
| <div class='flex flex-center'> | ||
| <% if show_language_dropdown %> | ||
| <ul class='list-reset sm-show mb0'> | ||
| <li class='i18n-desktop-toggle flex my1 mx3 relative'> | ||
| <%= link_to '#', class: 'white text-decoration-none border border-blue rounded-lg px1 py-tiny', 'aria-expanded': 'false' do %> | ||
| <%= image_tag asset_url('globe-white.svg'), width: 12, class: 'mr1', alt: '', | ||
| 'aria-hidden': 'true' %> | ||
| <%= t('i18n.language') %> | ||
| <span class='caret inline-block ml-tiny' aria-hidden='true'>▾</span> | ||
| <% end %> | ||
| <ul class="i18n-desktop-dropdown list-reset mb0 white display-none"> | ||
| <% I18n.available_locales.each do |locale| %> | ||
| <li class='border-bottom border-navy'> | ||
| <%= link_to t("i18n.locale.#{locale}"), | ||
| sanitized_requested_url.merge(locale: locale), | ||
| class: 'block pl-24p py2 text-decoration-none white' %> | ||
| </li> | ||
| <% end %> | ||
| </ul> | ||
| </li> | ||
| </ul> | ||
| <% end %> | ||
| <%= link_to t('links.help'), MarketingSite.help_url, | ||
| class: 'caps h6 blue sm-white text-decoration-none mr3', target: '_blank' %> | ||
| <%= link_to t('links.contact'), MarketingSite.contact_url, | ||
| class: 'caps h6 blue sm-white text-decoration-none mr3', target: '_blank' %> | ||
| <%= link_to t('links.privacy_policy'), MarketingSite.privacy_url, | ||
| class: 'caps h6 blue sm-white text-decoration-none', target: '_blank' %> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </footer> | ||
This file was deleted.


Uh oh!
There was an error while loading. Please reload this page.