summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author无闻 <u@gogs.io>2015-09-05 11:33:27 -0400
committer无闻 <u@gogs.io>2015-09-05 11:33:27 -0400
commitd464d3b0c38dae7048b368ef33ac34981393f115 (patch)
treeedd4a736138cb1b3bed8b62d99637d10232e0625
parent1c2dbd7183f12eff0be33c7a8d1cf0753dd42324 (diff)
parentb80aef0fa6009834d3161bb75fe4a88a3caf023e (diff)
downloadgitea-d464d3b0c38dae7048b368ef33ac34981393f115.tar.gz
gitea-d464d3b0c38dae7048b368ef33ac34981393f115.zip
Merge pull request #1584 from manfer/dashboardtableheader
remove dashboard operations table header
-rw-r--r--templates/admin/dashboard.tmpl8
1 files changed, 1 insertions, 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" .}}