diff options
author | Henning Henkel <hhenkel@users.noreply.github.com> | 2016-12-07 09:38:20 +0100 |
---|---|---|
committer | Thomas Boerger <thomas@webhippie.de> | 2016-12-07 09:38:20 +0100 |
commit | 08b9af9ad8861352d1b68d15b33ef265352a2f4a (patch) | |
tree | 3c4126cb61c25164abbcfd712b41c65e525a0669 /templates/repo/home.tmpl | |
parent | 026ad4aee773ee2f90aa44b17be8b5e9f5e66fbe (diff) | |
download | gitea-08b9af9ad8861352d1b68d15b33ef265352a2f4a.tar.gz gitea-08b9af9ad8861352d1b68d15b33ef265352a2f4a.zip |
Added download tooltip - solves #221 (#359)
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r-- | templates/repo/home.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 6e86518daa..5f9345537f 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -69,7 +69,7 @@ <button class="ui basic icon button poping up clipboard" id="clipboard-btn" data-original="{{.i18n.Tr "repo.copy_link"}}" data-success="{{.i18n.Tr "repo.copy_link_success"}}" data-error="{{.i18n.Tr "repo.copy_link_error"}}" data-content="{{.i18n.Tr "repo.copy_link"}}" data-variation="inverted tiny" data-clipboard-target="#repo-clone-url"> <i class="octicon octicon-clippy"></i> </button> - <div class="ui basic jump dropdown icon button"> + <div class="ui basic jump dropdown icon button poping up" data-content="{{.i18n.Tr "repo.download_archive"}}" data-variation="tiny inverted"> <i class="download icon"></i> <div class="menu"> <a class="item" href="{{$.RepoLink}}/archive/{{EscapePound $.BranchName}}.zip"><i class="octicon octicon-file-zip"></i> ZIP</a> |