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

SR submission Confirmation page 'Go to" button change #2215

Merged
merged 1 commit into from
Feb 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/views/service_requests/navigation/_footer.html.haml
Expand Up @@ -27,9 +27,9 @@
= succeed t(:proper)[:confirmation][:download_request] do
= icon('fas', 'download mr-2')
.col-3
= link_to dashboard_root_path, class: 'btn btn-lg btn-block btn-success' do
- succeed t(:proper)[:confirmation][:to_dashboard] do
= icon('fas', 'home mr-2')
= link_to dashboard_protocol_path(@service_request.protocol), class: 'btn btn-lg btn-block btn-success' do
- succeed t(:proper)[:confirmation][:to_protocol] do
= icon('fas', 'hand-point-right mr-2')
- else
.col.text-left
= link_to @back, class: ['btn btn-lg btn-link d-none d-sm-inline-block px-0', @current_page == 'catalog' ? 'invisible' : ''] do
Expand Down
2 changes: 1 addition & 1 deletion config/locales/proper.en.yml
Expand Up @@ -120,7 +120,7 @@ en:
cost_estimate_warning: " Emails have been submitted on your behalf and we will respond to your request shortly. Should you have any questions regarding your request, please contact the Service Providers listed below."
service_requests_notice: "My Service Requests"
download_request: "Download Request"
to_dashboard: "Go to Dashboard"
to_protocol: "Go to Protocol"
table_fields:
request_id: "Request ID"
institution: "Institution"
Expand Down