Skip to content

Commit

Permalink
Add IDs to headings to make sections easier to link to
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmaleigh committed Jul 10, 2017
1 parent 1463565 commit 0cf286e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/guide_form_elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h4 class="heading-small">Stacked radio buttons</h4>
</code>
</pre>

<h4 class="heading-small">Disabled radio buttons</h4>
<h4 class="heading-small" id="form-radio-buttons-disabled">Disabled radio buttons</h4>
<div class="example">
{% include "snippets/form_radio_buttons_disabled.html" %}
</div>
Expand Down Expand Up @@ -284,7 +284,7 @@ <h4 class="heading-small">Stacked checkboxes</h4>
</code>
</pre>

<h4 class="heading-small">Disabled checkboxes</h4>
<h4 class="heading-small" id="form-checkboxes-disabled">Disabled checkboxes</h4>
<div class="example">
{% include "snippets/form_checkboxes_disabled.html" %}
</div>
Expand Down

0 comments on commit 0cf286e

Please sign in to comment.