From b80aef0fa6009834d3161bb75fe4a88a3caf023e Mon Sep 17 00:00:00 2001 From: Gogs <gogs@fake.local> Date: Sat, 5 Sep 2015 16:57:25 +0200 Subject: [PATCH] remove dashboard operations table header --- templates/admin/dashboard.tmpl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl index 5db717bfe1..874be79b01 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -25,12 +25,6 @@ <div class="panel-body admin-panel"> <div class="admin-table"> <table class="table"> - <thead> - <tr> - <th>{{.i18n.Tr "admin.dashboard.operation_name"}}</th> - <th>{{.i18n.Tr "admin.dashboard.operation_switch"}}</th> - </tr> - </thead> <tbody> <tr> <td>{{.i18n.Tr "admin.dashboard.clean_unbind_oauth"}}</td> @@ -164,4 +158,4 @@ </div> </div> </div> -{{template "ng/base/footer" .}} \ No newline at end of file +{{template "ng/base/footer" .}}