Skip to content

Commit

Permalink
Merge pull request #491 from alphagov/component-updates
Browse files Browse the repository at this point in the history
Minor component updates
  • Loading branch information
dsingleton committed Nov 25, 2014
2 parents 854571a + 1ab4f42 commit 5ccd1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
font-weight: bold;
}
li {
list-style: none;
margin-bottom: 5px;
@include media(tablet){
margin-bottom: $gutter-one-third;
Expand Down
2 changes: 1 addition & 1 deletion app/views/govuk_component/document_footer.raw.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h2 class="visuallyhidden">Document information</h2>
<div class="column-third history-information">
<p>Published: <span class="published"><%= published %></span></p>
<% if local_assigns.include?(:updated) %>
<% if local_assigns.include?(:updated) && updated %>
<p>Updated: <span class="updated"><%= updated %></span></p>
<% end %>
<% if history.any? %>
Expand Down

0 comments on commit 5ccd1c9

Please sign in to comment.