Skip to content

Commit

Permalink
Improved class naming for sticky element
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Jun 5, 2017
1 parent 9aa5723 commit 82f4801
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/content_items/detailed_guide.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<% end %>
<%= render 'govuk_component/govspeak', @content_item.govspeak_body %>
</div>
<div data-sticky-element class="sticky-element">
<div data-sticky-element class="govuk-sticky-element">
<%= render 'shared/back_to_content_link' %>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/content_items/document_collection.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</ol>
<% end %>
</div>
<div data-sticky-element class="sticky-element">
<div data-sticky-element class="govuk-sticky-element">
<%= render 'shared/back_to_content_link' %>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/_sidebar_contents_with_body.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
content: body,
direction: page_text_direction %>
</div>
<div data-sticky-element class="sticky-element">
<div data-sticky-element class="govuk-sticky-element">
<%= render 'shared/back_to_content_link' %>
</div>
</div>

0 comments on commit 82f4801

Please sign in to comment.