diff options
author | elijah <elijah@riseup.net> | 2014-07-08 15:57:46 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-07-08 15:57:46 -0700 |
commit | 84f02fd40808656a17fa7ff8400550462a259a7a (patch) | |
tree | 459a664063c411927df0d68ba6684571e35e1f19 /amber | |
parent | fb8ad81924af2187d66b6d80d5785273c3d46829 (diff) |
added qr codes for the android download page
Diffstat (limited to 'amber')
-rw-r--r-- | amber/layouts/default.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/amber/layouts/default.html.haml b/amber/layouts/default.html.haml index 6650f00..53b3c57 100644 --- a/amber/layouts/default.html.haml +++ b/amber/layouts/default.html.haml @@ -7,6 +7,7 @@ %link(rel="stylesheet" href="/assets/bootstrap.min.css")/ %link(rel="stylesheet" href="/assets/font-awesome/css/font-awesome.min.css")/ %link(rel="stylesheet" href="/assets/style.css")/ + %script(src="/assets/js/jquery.min.js") %body %a.bm-masthead{:href => '/'} .bm-bar @@ -19,3 +20,8 @@ (c) 2014 LEAP Encryption Access Project %div Everything available for download on this site is free and open source software. + %br + Source code available from + <a href="https://leap.se/git/">https://leap.se/git</a> + or + <a href="https://github.com/leapcode">https://github.com/leapcode</a>. |