Browse Source

added sources link to footer

Bachir Soussi Chiadmi 5 years ago
parent
commit
bbca982557
3 changed files with 1 additions and 1 deletions
  1. 0 0
      assets/dist/main.js
  2. 0 0
      assets/dist/main.js.map
  3. 1 1
      assets/modules/footer.js

File diff suppressed because it is too large
+ 0 - 0
assets/dist/main.js


File diff suppressed because it is too large
+ 0 - 0
assets/dist/main.js.map


+ 1 - 1
assets/modules/footer.js

@@ -12,7 +12,7 @@ module.exports = {
   view(vn){
     return m('footer', [
       m('p', m.trust('<a href="http://ethica-spinoza.net" target="_blank">'+_i18n.t('Ethica, work without obstacle')+'</a>')),
-      m('p', m.trust('<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html" target="_blank">Ethica is under GNU/GPL V.2 licence</a>')),
+      m('p', m.trust('<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html" target="_blank">Ethica is under GNU/GPL V.2 licence.</a> <a href="https://figureslibres.io/gogs/bachir/static-ethica-spinoza.net" target="_blank">Get the sources.</a>')),
       m('p', m.trust('<a href="mailto:contact@ethica-spinoza.net">contact</a>'))
     ]);
   }

Some files were not shown because too many files changed in this diff