Skip to content

Commit

Permalink
Merge pull request #1445 from alphagov/fix-classname
Browse files Browse the repository at this point in the history
Fix class: 'govuk-grid-column-third' => 'govuk-grid-column-one-third'
  • Loading branch information
ChrisBAshton authored Aug 15, 2019
2 parents 0b19af4 + 907c062 commit a5cf203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_translations.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% if @content_item.available_translations.length > 1 %>
<div class="govuk-grid-column-third">
<div class="govuk-grid-column-one-third">
<%= render 'govuk_publishing_components/components/translation-nav',
translations: @content_item.available_translations %>
</div>
Expand Down

0 comments on commit a5cf203

Please sign in to comment.