Skip to content

Commit

Permalink
Merge pull request #2330 from alphagov/temp-workaround-for-metadata-link
Browse files Browse the repository at this point in the history
Add temporary container to published-dates
  • Loading branch information
danacotoran authored Jan 7, 2022
2 parents fa1394e + e094ba2 commit ea9bb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/components/_published-dates.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
classes << shared_helper.get_margin_bottom if local_assigns[:margin_bottom]
%>
<% if published || last_updated %>
<div class="<%= classes.join(' ') %>" <% if history.any? %>id="history" data-module="gem-toggle"<% end %> lang="en">
<div id="full-publication-update-history"><div class="<%= classes.join(' ') %>" <% if history.any? %>id="history" data-module="gem-toggle"<% end %> lang="en">
<% if published %>
<%= t('components.published_dates.published', date: published) %>
<% end %>
Expand All @@ -36,5 +36,5 @@
</div>
<% end %>
<% end %>
</div>
</div></div>
<% end %>

0 comments on commit ea9bb28

Please sign in to comment.