list.tmpl 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {{template "base/head" .}}
  2. <div class="admin user">
  3. <div class="ui container">
  4. <div class="ui grid">
  5. {{template "admin/navbar" .}}
  6. <div class="twelve wide column content">
  7. {{template "base/alert" .}}
  8. <h4 class="ui top attached header">
  9. {{.i18n.Tr "admin.repos.repo_manage_panel"}} ({{.i18n.Tr "admin.total" .Total}})
  10. </h4>
  11. <div class="ui attached segment">
  12. {{template "admin/base/search" .}}
  13. </div>
  14. <div class="ui attached table segment">
  15. <table class="ui very basic striped table">
  16. <thead>
  17. <tr>
  18. <th>ID</th>
  19. <th>{{.i18n.Tr "admin.repos.owner"}}</th>
  20. <th>{{.i18n.Tr "admin.repos.name"}}</th>
  21. <th>{{.i18n.Tr "admin.repos.private"}}</th>
  22. <th>{{.i18n.Tr "admin.repos.watches"}}</th>
  23. <th>{{.i18n.Tr "admin.repos.stars"}}</th>
  24. <th>{{.i18n.Tr "admin.repos.issues"}}</th>
  25. <th>{{.i18n.Tr "admin.users.created"}}</th>
  26. <th>{{.i18n.Tr "admin.notices.op"}}</th>
  27. </tr>
  28. </thead>
  29. <tbody>
  30. {{range .Repos}}
  31. <tr>
  32. <td>{{.ID}}</td>
  33. <td><a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a></td>
  34. <td><a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Name}}</a></td>
  35. <td><i class="fa fa{{if .IsPrivate}}-check{{end}}-square-o"></i></td>
  36. <td>{{.NumWatches}}</td>
  37. <td>{{.NumStars}}</td>
  38. <td>{{.NumIssues}}</td>
  39. <td><span title="{{DateFmtLong .Created}}">{{DateFmtShort .Created}}</span></td>
  40. <td><a class="delete-button" href="" data-url="{{$.Link}}/delete?page={{$.Page.Current}}" data-id="{{.ID}}"><i class="trash icon text red"></i></a></td>
  41. </tr>
  42. {{end}}
  43. </tbody>
  44. </table>
  45. </div>
  46. {{template "admin/base/page" .}}
  47. </div>
  48. </div>
  49. </div>
  50. </div>
  51. <div class="ui small basic delete modal">
  52. <div class="ui icon header">
  53. <i class="trash icon"></i>
  54. {{.i18n.Tr "repo.settings.delete"}}
  55. </div>
  56. <div class="content">
  57. <p>{{.i18n.Tr "repo.settings.delete_desc"}}</p>
  58. {{.i18n.Tr "repo.settings.delete_notices_2"}}<br>
  59. {{.i18n.Tr "repo.settings.delete_notices_fork_1"}}<br>
  60. </div>
  61. {{template "base/delete_modal_actions" .}}
  62. </div>
  63. {{template "base/footer" .}}
PANIC: session(release): write data/sessions/6/6/66dce7b73e7261b2: no space left on device

PANIC

session(release): write data/sessions/6/6/66dce7b73e7261b2: no space left on device
github.com/go-macaron/session@v0.0.0-20190805070824-1a3cdc6f5659/session.go:199 (0x8b2934)
gopkg.in/macaron.v1@v1.3.9/context.go:79 (0x83d0a0)
github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:157 (0x80ab07)
github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:135 (0x80a8a8)
gopkg.in/macaron.v1@v1.3.9/context.go:121 (0x83d1f8)
gopkg.in/macaron.v1@v1.3.9/context.go:112 (0x84fdb5)
gopkg.in/macaron.v1@v1.3.9/recovery.go:161 (0x84fda8)
gopkg.in/macaron.v1@v1.3.9/logger.go:40 (0x840c73)
github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:157 (0x80ab07)
github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:135 (0x80a8a8)
gopkg.in/macaron.v1@v1.3.9/context.go:121 (0x83d1f8)
gopkg.in/macaron.v1@v1.3.9/router.go:187 (0x850fc6)
gopkg.in/macaron.v1@v1.3.9/router.go:303 (0x8493e5)
gopkg.in/macaron.v1@v1.3.9/macaron.go:220 (0x841fca)
net/http/server.go:2836 (0x7a79b2)
net/http/server.go:1924 (0x7a341b)
runtime/asm_amd64.s:1373 (0x46f9f0)