aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
author无闻 <joe2010xtmf@163.com>2014-08-31 21:07:14 +0800
committer无闻 <joe2010xtmf@163.com>2014-08-31 21:07:14 +0800
commitae2f4866d0da888f6ee0c5652e07d2eb063fc373 (patch)
treee74e29d496ce58417d6220ceb0d801b6692275ac /templates
parent676bd764fa602048c1a81d94943f45dcb1a75c76 (diff)
parent1bbf4c9768ac03b0c4fdac0993f7a864cea5faa1 (diff)
downloadgitea-ae2f4866d0da888f6ee0c5652e07d2eb063fc373.tar.gz
gitea-ae2f4866d0da888f6ee0c5652e07d2eb063fc373.zip
Merge pull request #400 from deringer/dev
Add missing 'new migration' link
Diffstat (limited to 'templates')
-rw-r--r--templates/user/dashboard/dashboard.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl
index df4fc0b65e..bf0aba097b 100644
--- a/templates/user/dashboard/dashboard.tmpl
+++ b/templates/user/dashboard/dashboard.tmpl
@@ -58,6 +58,7 @@
</button>
<ul class="menu menu-vertical drop-down" id="dashboard-new-repo-menu">
<li><a href="/repo/create"><i class="octicon octicon-repo-create"></i>{{.i18n.Tr "new_repo"}}</a></li>
+ <li><a href="/repo/migrate"><i class="octicon octicon-repo-clone"></i>{{.i18n.Tr "new_migrate"}}</a></li>
<li><a href="/org/create"><i class="octicon octicon-organization"></i>{{.i18n.Tr "new_org"}}</a></li>
</ul>
</li>
@@ -165,4 +166,4 @@
</div>
</div>
</div>
-{{template "ng/base/footer" .}} \ No newline at end of file
+{{template "ng/base/footer" .}}