Skip to content

Commit

Permalink
Merge pull request #10 from 18F/relable-source-forms
Browse files Browse the repository at this point in the history
Source forms -> Source filings
  • Loading branch information
jmcarp committed Oct 22, 2015
2 parents b69eb8a + ffd87d9 commit e732590
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/js/pages/elections.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var electionColumns = [
}
);
var anchor = document.createElement('a');
anchor.textContent = 'Link';
anchor.textContent = 'View';
anchor.setAttribute('href', url);
anchor.setAttribute('target', '_blank');
return anchor.outerHTML;
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/candidate/financial-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h5 class="term t-data-header" data-term="Debt">Debt</h5>
committee_id=committee_ids,
cycle=cycle,
) }}">
View source forms
View source filings
</a>
{% endif %}
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/elections/candidate-comparison-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h3 class="results-info__title">All candidates in this election</h3>
<th role="col">Total receipts</th>
<th role="col">Total disbursements</th>
<th role="col">Cash on hand</th>
<th role="col">Financial reports</th>
<th role="col">Source filings</th>
</thead>
</table>
</div>
Expand Down

0 comments on commit e732590

Please sign in to comment.