Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Commit

Permalink
Merge pull request #784 from 18F/Adding-meta-social-images
Browse files Browse the repository at this point in the history
Adding meta social images
  • Loading branch information
Noah Manger committed Sep 27, 2015
2 parents 6ff5752 + 3257838 commit 909af45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/macros/missing.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% macro missing_financials(entity, cycle) %}
<div class="message message--alert">
<h2 id="section-1-header" tabindex="0">No results</h2>
<p>This {{ entity }} has no financial data for the {{ cycle | fmt_year_range }} election cycle in OpenFEC.</p>
<p>This {{ entity }} has no financial data for the {{ cycle | fmt_year_range }} election cycle in betaFEC.</p>
<p>For complete data, search the <a href="http://www.fec.gov/finance/disclosure/candcmte_info.shtml">FEC Candidate and Committee Viewer</a>.</p>
<div class="message--alert__bottom">
<h4>Is this information incorrect? Let us know.</h4>
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/javascript-warning.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<noscript>
<div style="background-color: #DB4857; padding: 20px;">
<h2 style="color: #ffffff">Javascript Required</h2>
<p style="color: #ffffff"><a href="{{ url_for('search') }}">OpenFEC</a> uses Javascript to provide the best possible user experience. Please enable Javascript in your browser or visit fec.gov.</p>
<p style="color: #ffffff"><a href="{{ url_for('search') }}">betaFEC</a> uses Javascript to provide the best possible user experience. Please enable Javascript in your browser or visit fec.gov.</p>
<p style="color: #ffffff">
<a style="color: #ffffff; text-decoration: underline" target="_blank"
href="http://enable-javascript.com/">
Expand Down

0 comments on commit 909af45

Please sign in to comment.