diff options
author | Ethan Koenig <ethantkoenig@gmail.com> | 2017-11-20 21:43:00 -0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-11-21 13:43:00 +0800 |
commit | ea78a6db5710c630fc3bd2d1d6c9551ea82b39f9 (patch) | |
tree | 3dfa65d7e9472c705d671ef4a2fee82bec7257cc /templates/home.tmpl | |
parent | 0f6dc411dfc2bf85511b533c4055aa0c95bf54b1 (diff) | |
download | gitea-ea78a6db5710c630fc3bd2d1d6c9551ea82b39f9.tar.gz gitea-ea78a6db5710c630fc3bd2d1d6c9551ea82b39f9.zip |
Spaces to tabs in templates (#2953)
Diffstat (limited to 'templates/home.tmpl')
-rw-r--r-- | templates/home.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl index 64669afb4c..063fa8eaf2 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -131,10 +131,10 @@ <i class="octicon octicon-flame"></i> Facile à installer </h1> <p class="large"> - Il suffit de <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-binary/">lancer l'exécutable</a> correspondant à votre système. - Ou d'utiliser Gitea avec <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> ou - <a target="_blank" rel="noopener" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a> - ou en l'installant depuis un <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-package/">package</a>. + Il suffit de <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-binary/">lancer l'exécutable</a> correspondant à votre système. + Ou d'utiliser Gitea avec <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> ou + <a target="_blank" rel="noopener" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a> + ou en l'installant depuis un <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-package/">package</a>. </p> </div> <div class="eight wide center column"> |