Skip to content

Commit

Permalink
add tooltip with link to faq on Spending breakdown by committee
Browse files Browse the repository at this point in the history
  • Loading branch information
ckingbailey committed Oct 17, 2018
1 parent ab927d4 commit e9384fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _layouts/referendum.html
Expand Up @@ -108,7 +108,12 @@ <h2>Contributions by type</h2>
<!-- supporting contributions/expenditures column -->
<section class="l-section">
<div class="l-section__content">
<h2>Spending breakdown by committee</h2>
<h2>Spending breakdown by committee
{% capture tooltip_message -%}
For more on how independent expenditures are calculated, <a href="{{ site.baseurl }}/faq/#how-are-contributions-calculated-for-committees-that-support-or-oppose-multiple-measures">see the FAQ</a>.
{%- endcapture %}
{% include tooltip.html message=tooltip_message %}
</h2>
</div>
<div class="l-section__content l-section__content--half">
<div class="subheading">In support of the measure</div>
Expand Down

0 comments on commit e9384fa

Please sign in to comment.