Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
Fix the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanHatch committed Apr 23, 2013
1 parent b114769 commit 012bf04
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/views/layouts/application.html.erb
Expand Up @@ -46,11 +46,12 @@
</div>

<%= yield %>
</div>

<div id="footer" class="cf">
&copy; <%= Date.today.year %> <a href="http://digital.cabinetoffice.gov.uk/"><abbr title="Government Digital Service">GDS</abbr></a>.
Need-o-Tron release: <%= CURRENT_RELEASE_SHA %>
<hr>

<footer>
<p>&copy; GDS. <span class="pull-right">Need-o-Tron release: <%= CURRENT_RELEASE_SHA %></span></p>
</footer>
</div>

<%= yield :extra_javascript %>
Expand Down

0 comments on commit 012bf04

Please sign in to comment.