Browse Source

[GINR] Annex fork warning should display below

cgars 7 years ago
parent
commit
90d3ce552d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      templates/repo/header.tmpl

+ 2 - 1
templates/repo/header.tmpl

@@ -24,7 +24,8 @@
 								</a>
 								</a>
 							</div>
 							</div>
 							{{if .CanBeForked}}
 							{{if .CanBeForked}}
-								<div class="ui labeled button" tabindex="0" data-tooltip="Pleaese note: annexed file content will not be forked">
+							<div class="ui labeled button" tabindex="0"
+									 data-tooltip="Pleaese note: annexed file content will not be forked" data-position="bottom center">
 									<a class="ui basic button {{if eq .OwnerID $.LoggedUserID}}poping up{{end}}" href="{{AppSubURL}}/repo/fork/{{.ID}}">
 									<a class="ui basic button {{if eq .OwnerID $.LoggedUserID}}poping up{{end}}" href="{{AppSubURL}}/repo/fork/{{.ID}}">
 										<i class="octicon octicon-repo-forked"></i>{{$.i18n.Tr "repo.fork"}}
 										<i class="octicon octicon-repo-forked"></i>{{$.i18n.Tr "repo.fork"}}
 									</a>
 									</a>