mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
made sure external link icon shows up
This commit is contained in:
parent
e703244431
commit
d2242c7667
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
{% if federal_type == 'executive' %}
|
{% if federal_type == 'executive' %}
|
||||||
<h3>Executive branch federal agencies</h3>
|
<h3>Executive branch federal agencies</h3>
|
||||||
<p>Domain requests from executive branch federal agencies must be authorized by the agency's CIO or the head of the agency.</p>
|
<p>Domain requests from executive branch federal agencies must be authorized by the agency's CIO or the head of the agency.</p>
|
||||||
<p>See <a "usa-link usa-link--external" rel="noopener noreferrer" target="_blank" href="https://www.whitehouse.gov/wp-content/uploads/2023/02/M-23-10-DOTGOV-Act-Guidance.pdf">OMB Memorandum M-23-10</a> for more information.</p>
|
<p>See <a class="usa-link usa-link--external" rel="noopener noreferrer" target="_blank" href="https://www.whitehouse.gov/wp-content/uploads/2023/02/M-23-10-DOTGOV-Act-Guidance.pdf">OMB Memorandum M-23-10</a> for more information.</p>
|
||||||
|
|
||||||
{% elif federal_type == 'judicial' %}
|
{% elif federal_type == 'judicial' %}
|
||||||
<h3>Judicial branch federal agencies</h3>
|
<h3>Judicial branch federal agencies</h3>
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
{% elif organization_type == 'tribal' %}
|
{% elif organization_type == 'tribal' %}
|
||||||
<h3>Tribal governments</h3>
|
<h3>Tribal governments</h3>
|
||||||
<p>Domain requests from federally-recognized tribal governments must be authorized by the tribal leader the <a "usa-link usa-link--external" rel="noopener noreferrer" target="_blank" href="https://www.bia.gov/service/tribal-leaders-directory">Bureau of Indian Affairs</a> recognizes.</p>
|
<p>Domain requests from federally-recognized tribal governments must be authorized by the tribal leader the <a class="usa-link usa-link--external" rel="noopener noreferrer" target="_blank" href="https://www.bia.gov/service/tribal-leaders-directory">Bureau of Indian Affairs</a> recognizes.</p>
|
||||||
<p>Domain requests from state-recognized tribal governments must be authorized by the tribal leader the individual state recognizes.</p>
|
<p>Domain requests from state-recognized tribal governments must be authorized by the tribal leader the individual state recognizes.</p>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue