X-Git-Url: https://coquelicot.potager.org/gitweb/?p=coquelicot.git;a=blobdiff_plain;f=views%2Flayout.haml;h=0a511396bb7537a2d1a7d7b852b6c4fb7669ad23;hp=cf5c7d42aa3f299267667c3653263052a36c1655;hb=b047f59176633faa97742db13ac66f6b00a4b1fe;hpb=e3bb3b14fd8485a18107c82a8cd5f06b85462378 diff --git a/views/layout.haml b/views/layout.haml index cf5c7d4..0a51139 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -1,3 +1,20 @@ +-# Coquelicot: "one-click" file sharing with a focus on users' privacy. +-# Copyright © 2010-2012 potager.org +-# © 2011 mh / immerda.ch +-# +-# This program is free software: you can redistribute it and/or modify +-# it under the terms of the GNU Affero General Public License as +-# published by the Free Software Foundation, either version 3 of the +-# License, or (at your option) any later version. +-# +-# This program is distributed in the hope that it will be useful, +-# but WITHOUT ANY WARRANTY; without even the implied warranty of +-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-# GNU Affero General Public License for more details. +-# +-# You should have received a copy of the GNU Affero General Public License +-# along with this program. If not, see . + !!! XML !!! Strict %html @@ -16,7 +33,7 @@ var i18n = { generateRandomPassword: _('Generate random'), generatingRandomPassword: _('Generating…'), pleaseTryAgain: _('Please try again!'), - error: _('Error: '), + error: _('Error:'), uploadStarting: _('Upload starting...'), uploading: _('Uploading: '), kb: _('kB'), @@ -26,10 +43,10 @@ #container = yield #footer - %span Coquelicot © 2010 potager.org + %span= 'Coquelicot © 2010-2012 potager.org' %span - — - %a{ :href => 'http://www.gnu.org/licenses/agpl.txt' } AGPLv3 - — + = '—' + %a{ :href => 'http://www.gnu.org/licenses/agpl.txt' }= 'AGPLv3' + = '—' %span - %code git clone #{clone_url} + %code= "git clone #{clone_url}"