]> source.dussan.org Git - gitea.git/commitdiff
remove dashboard operations table header
authorGogs <gogs@fake.local>
Sat, 5 Sep 2015 14:57:25 +0000 (16:57 +0200)
committerGogs <gogs@fake.local>
Sat, 5 Sep 2015 14:57:25 +0000 (16:57 +0200)
templates/admin/dashboard.tmpl

index 5db717bfe1252009d46a2bad6e841d3f6cec201b..874be79b0133dec70e2a3b6ad49a760f23cad91b 100644 (file)
                             <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>
         </div>
     </div>
 </div>
-{{template "ng/base/footer" .}}
\ No newline at end of file
+{{template "ng/base/footer" .}}