moj_template 0.11.1 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79ee0478015b7c2bdbc6ab39cdb8e4705e185b8c
4
- data.tar.gz: 4852365cc38e9cea3fd427038616f8f85b0450ba
3
+ metadata.gz: ac76c3cfbc0f0118f517451cf7cbf5f58a48ed27
4
+ data.tar.gz: 7425d0d833a68590f0825f22fd74fc36e285b6f1
5
5
  SHA512:
6
- metadata.gz: 35ec2dea48dba71f8555691fdf10dcd9a7ae78dae709441c5a2fb663ef30ab8bdb1c0efaef627627012f6af9de1d37c675ad6a4c6820897c2e8c3e858e1da17c
7
- data.tar.gz: 43bfc628d8b8afd908362e0373b75626b716cf758b278fd1e305132304d04f6d56a63a805fe28fce2b57608a8dd3067360c53aadff0329995e3a021d8fc85af5
6
+ metadata.gz: 046586f642dbcd6a73ccf0e8defff85703fd35d9b7b45014d3ddbf987903eb993782bb4ccf36ae7561d96ba659104b7a58bc8a5ea65c47c3587768a33d46f2ee
7
+ data.tar.gz: aa1f5ff8f27338ead86a4ac9135c7fd540ff7ccfa73eae344081999e4f5142171628fd18d73334379a03770b73d25b17b16c29d777d7566674ad2532cf1b6d5b
data/LICENCE.txt CHANGED
@@ -1,4 +1,6 @@
1
- Copyright (c) 2014 MOJ Digital Services
1
+ © Crown Copyright Ministry of Justice Digital Services
2
+
3
+ http://www.nationalarchives.gov.uk/information-management/our-services/crown-copyright.htm
2
4
 
3
5
  MIT License
4
6
 
@@ -144,10 +144,14 @@
144
144
  <div class="footer-meta-inner">
145
145
  <h2 class="visuallyhidden">Support links</h2>
146
146
  <ul>
147
- <li><a href="http://www.gov.uk/support">Support</a></li>
148
- <li><a href="http://www.gov.uk/support/cookies">Cookies</a></li>
149
- <li><a href="http://www.gov.uk/feedback">Feedback</a></li>
150
- <li><a href="http://www.gov.uk/cymraeg">Cymraeg</a></li>
147
+ <% if content_for?(:footer_app_links) %>
148
+ <%= yield(:footer_app_links) %>
149
+ <% else %>
150
+ <li><a href="http://www.gov.uk/help">Help</a></li>
151
+ <li><a href="http://www.gov.uk/help/cookies">Cookies</a></li>
152
+ <li><a href="http://www.gov.uk/contact">Contact</a></li>
153
+ <li><a href="http://www.gov.uk/cymraeg">Cymraeg</a></li>
154
+ <% end %>
151
155
  <li>
152
156
  Built by the
153
157
  <a href="https://mojdigital.blog.gov.uk/"><abbr title="Ministry of Justice">MOJ</abbr> Digital Services</a>
@@ -1,3 +1,3 @@
1
1
  module MojTemplate
2
- VERSION = "0.11.1"
2
+ VERSION = "0.12.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moj_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dom Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-01 00:00:00.000000000 Z
11
+ date: 2014-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails