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

[DPC-4373] Remove unneeded path link #2331

Merged
merged 2 commits into from
Nov 21, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<div>
<div class="margin-bottom-5">&larr; <%= link_to "path", root_path %></div>
<h1>Add new organization</h1>
<h2>Look up NPI</h2>
<%= form_tag organizations_url, method: :post, class: ['usa-form'], id: "new-organization-form" do %>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<div>
<div class="margin-bottom-5">&larr; <%= link_to "path", root_path %></div>
<h1>Add new organization</h1>
<h2>Sign Terms of Service</h2>
<p>Confirmed! We succesfully identified you as an Authorized Official (AO) of <%= @organization.name %> (NPI <%= @organization.npi %>).</p>
<p>Confirmed! We successfully identified you as an Authorized Official (AO) of <%= @organization.name %> (NPI <%= @organization.npi %>).</p>
<p>To manage this organization's credentials, you must agree to the DPC API's Terms of Service.</p>
<div style="width: 100%; height: 200px; background-color: silver" class="margin-bottom-5">&nbsp;</div>
<div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
let(:expected_html) do
<<~HTML
<div>
<div class="margin-bottom-5">← <a href="/portal/">path</a></div>
<h1>Add new organization</h1>
<h2>Sign Terms of Service</h2>
<p>Confirmed! We succesfully identified you as an Authorized Official (AO) of Health Hut (NPI 11111111).</p>
<p>Confirmed! We successfully identified you as an Authorized Official (AO) of Health Hut (NPI 11111111).</p>
<p>To manage this organization's credentials, you must agree to the DPC API's Terms of Service.</p>
<div style="width: 100%; height: 200px; background-color: silver" class="margin-bottom-5">&nbsp;</div>
<div>
Expand Down
Loading