moj_template 0.6.1 → 0.7.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 +4 -4
- data/app/assets/javascripts/moj.js +1 -1
- data/app/views/layouts/moj_template.html.erb +1 -1
- data/lib/moj_template/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5672516fbd91613899c1e9ce87754455c3b00547
|
|
4
|
+
data.tar.gz: e86a7836e5010cd6e450379aefe3358c1437e806
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cacd6aa0bc708dc5fb58fb2cd993e0319a086b81c11e749e82bd817585cd3e51a11293c81a8e2bd3078c235055e7f7051ea00b57d54099a791ddc13baa49fed9
|
|
7
|
+
data.tar.gz: 995bbd2535e1f48cb909b81b0b173eceefd03ea97c4a415355a6a2fbedf07730cc084bd7f3c10e5fbfba2647d0ebec2823d1117e802e34df4be5807f4fd55dc8
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
var m = ' ___ ___ ___\n /__/\\ / /\\ / /\\\n | |::\\ / /::\\ / /:/\n | |:|:\\ / /:/\\:\\ /__/::\\\n __|__|:|\\:\\ / /:/ \\:\\\\__\\/\\:\\\n /__/::::| \\:\\/__/:/ \\__\\:\\ \\ \\:\\\n \\ \\:\\~~\\__\\/\\ \\:\\ / /:/ \\__\\:\\\n \\ \\:\\ \\ \\:\\ /:/ / /:/\n \\ \\:\\ \\ \\:\\/:/ /__/:/\n \\ \\:\\ \\ \\::/ \\__\\/\n \\__\\/ \\__\\/',
|
|
46
46
|
txt = '\n\nLike what you see? Want to make a difference?'+
|
|
47
47
|
'\n\nFind out how we\'re making the Ministry Of Justice Digital by Default.'+
|
|
48
|
-
'\
|
|
48
|
+
'\nhttps://mojdigital.blog.gov.uk/.'+
|
|
49
49
|
'\n\nGet in touch to see what positions are available and see what projects you could be working on.'+
|
|
50
50
|
'\nhttps://twitter.com/MOJDigital/statuses/413340917509001216';
|
|
51
51
|
moj.log(m+txt);
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
<li><a href="http://www.gov.uk/cymraeg">Cymraeg</a></li>
|
|
155
155
|
<li>
|
|
156
156
|
Built by the
|
|
157
|
-
<a href="
|
|
157
|
+
<a href="https://mojdigital.blog.gov.uk/"><abbr title="Ministry of Justice">MOJ</abbr> Digital Services</a>
|
|
158
158
|
</li>
|
|
159
159
|
</ul>
|
|
160
160
|
|
data/lib/moj_template/version.rb
CHANGED