summaryrefslogtreecommitdiffstats
path: root/templates/repo/home.tmpl
diff options
context:
space:
mode:
authorHenning Henkel <hhenkel@users.noreply.github.com>2016-12-08 13:59:47 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2016-12-08 20:59:47 +0800
commitbab737bf02e1857356dddb0f17325b7d92faf987 (patch)
tree057e9dfd7c842cb831a00bef54de1c759f43fd0c /templates/repo/home.tmpl
parent401a8db0ed46e47ceb720e41235e1cf73266efdc (diff)
downloadgitea-bab737bf02e1857356dddb0f17325b7d92faf987.tar.gz
gitea-bab737bf02e1857356dddb0f17325b7d92faf987.zip
Fix alignment of tooltip and add bindata - related to #359 (#364)
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r--templates/repo/home.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl
index 5f9345537f..fd304186a0 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 poping up" data-content="{{.i18n.Tr "repo.download_archive"}}" data-variation="tiny inverted">
+ <div class="ui basic jump dropdown icon button poping up" data-content="{{.i18n.Tr "repo.download_archive"}}" data-variation="tiny inverted" data-position="top right">
<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>