Skip to content
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

Fix broken link #899

Closed
wants to merge 1 commit into from
Closed

Fix broken link #899

wants to merge 1 commit into from

Conversation

jessieay
Copy link
Contributor

@jessieay jessieay commented Dec 23, 2016

Why: idv_url is no longer a route name

Closes #898

**Why**: `idv_url` is no longer a route name
Copy link
Contributor

@zachmargolis zachmargolis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@monfresh is removing that Back link in #894 -- and based on the reasoning about user experience, I think we may want to go that way instead? WDYT?

Motivation from the other PR:

The "Back" link on the /verify/activated page that points to the
/verify endpoint doesn't make sense because it will send right back
to the /verify/activated page. I removed the link because the only
place where it makes sense to link back to is the profile page, which
is already accessible via the "My account" link or the login.gov logo.

@@ -3,4 +3,4 @@
h1.h3.my0 = t('idv.titles.activated')
p.mt-tiny.mb0 = t('idv.messages.activated_html',
link: link_to(t('idv.messages.activated_link'), contact_path))
= link_to 'Back', idv_url
= link_to t('forms.buttons.back'), verify_path
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like @monfresh is getting rid of this exact same link in https://github.com/18F/identity-idp/pull/894/files ... there will be a merge conflict

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am fine with either direction.

@monfresh
Copy link
Contributor

Closing in favor of #894

@monfresh monfresh closed this Dec 28, 2016
@jessieay jessieay deleted the jy-fix-broken-link branch January 19, 2017 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants