Skip to content

Commit

Permalink
Merge pull request #1442 from 18F/feature/ao-intro-text
Browse files Browse the repository at this point in the history
Update text on advisory opinion overview page
  • Loading branch information
lbeaufort authored Nov 6, 2017
2 parents e9ef001 + 6754d77 commit 4f6fc20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fec/fec/static/js/legal/LegalSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class LegalSearch extends React.Component {
<Tags query={this.state.lastQuery} resultCount={this.state.resultCount} handleRemove={this.instantQuery} />
<div className="u-padding--left u-padding--right">
<div className="message message--info">
<p>The advisory opinion search feature includes all FEC advisory opinions &#40;AOs&#41; to date. You can search all FEC AOs using keywords, AO numbers, names of requesters and more. For additional search filters, you can still search AOs using our legacy <a href="http://saos.fec.gov/saos/searchao">AO search</a>.</p>
<p>The advisory opinion search feature includes all FEC advisory opinions &#40;AOs&#41; to date. You can search all FEC AOs using keywords, AO numbers, names of requestors and more. For additional search filters, you can still search AOs using our legacy <a href="http://saos.fec.gov/saos/searchao">AO search</a>.</p>
</div>
</div>
</div>
Expand Down
7 changes: 5 additions & 2 deletions fec/legal/templates/legal-advisory-opinions-landing.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<p class="t-lead">
Advisory opinions are official Commission responses to questions about how federal campaign finance law applies to specific, factual situations.
</p>
<p>
This archive contains advisory opinions from 1975 to the present. It also contains documents related to advisory opinions &mdash; such as requests, drafts and public comments &mdash; from 1990 to the present.
</p>
<a class="button button--cta button--go" href="/legal-resources/advisory-opinions-process/">The advisory opinion process</a>
</div>
<div class="u-no-print">
Expand Down Expand Up @@ -48,7 +51,7 @@
</div>
<div class="row">
<div class="message message--info">
<p>The advisory opinion search feature includes all FEC advisory opinions &#40;AOs&#41; to date. You can search all FEC AOs using keywords, AO numbers, names of requesters and more. For additional search filters, you can still search AOs using our legacy <a href="http://saos.fec.gov/saos/searchao">AO search</a>.</p>
<p>The advisory opinion search feature includes all FEC advisory opinions &#40;AOs&#41; to date. You can search all FEC AOs using keywords, AO numbers, names of requestors and more. For additional search filters, you can still search AOs using our legacy <a href="http://saos.fec.gov/saos/searchao">AO search</a>.</p>
</div>
</div>
</div>
Expand All @@ -74,7 +77,7 @@
</div>
{% else %}
<div class="message message--info">
<h3>No pending Advisory Opinions</h3>
<h3>No pending advisory opinions</h3>
</div>
{% endif %}
</section>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="message message--info">
<p>The advisory opinion search feature includes all FEC advisory opinions &#40;AOs&#41; to date. You can search all FEC AOs using keywords, AO numbers, names of requesters and more. For additional search filters, you can still search AOs using our legacy <a href="http://saos.fec.gov/saos/searchao">AO search</a>.</p>
<p>The advisory opinion search feature includes all FEC advisory opinions &#40;AOs&#41; to date. You can search all FEC AOs using keywords, AO numbers, names of requestors and more. For additional search filters, you can still search AOs using our legacy <a href="http://saos.fec.gov/saos/searchao">AO search</a>.</p>
</div>

{% for advisory_opinion in advisory_opinions %}
Expand Down

0 comments on commit 4f6fc20

Please sign in to comment.