From 84a9a0ccee713e26a28ff5e54ea3776085d93b5f Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Mon, 22 Jun 2020 01:48:59 +0200 Subject: Updating just like... a bunch of shit --- templates/repo/details.html | 258 ++++++++++++++++++++++---------------------- 1 file changed, 132 insertions(+), 126 deletions(-) (limited to 'templates/repo/details.html') diff --git a/templates/repo/details.html b/templates/repo/details.html index ddcc761..6a13a77 100644 --- a/templates/repo/details.html +++ b/templates/repo/details.html @@ -1,126 +1,132 @@ - - - - - octopus | /spacekookie/octopus - - - - -
-
- -

spacekookie / octopus

-

šŸ™ It's a water animal

-
- Clone - Star - RSS -
-
- -
- - -
-

Branch

-

Commit message

-

Author

-

Date

- - fn-verify-9324832 - Updating to actix 2.0.0 and adding 404 handler -

Katharina Fey

-

5 months ago

- - master - Rebuilding the entire htlm and css styles -

Katharina Fey

-

18 hours ago

- - -

Commit Hash

-

Commit message

-

Author

-

Date

-

Lines

- - 270cb70 - Rebuilding the entire htlm and css stiles -

Katharina Fey

-

19 hours ago

-

-214/+75

- - 5db4c57 - Updating to actix 2.0.0 and adding 404 handler -

Katharina Fey

-

2020-01-23

-

-610/+455

- - 5e16c64 - Adding project documentation and roadmap planning -

Katharina Fey

-

2020-01-23

-

-3/+61

- - 8b38bdd - data: adding a small wrapper around libgit2 -

Katharina Fey

-

2019-12-29

-

-36/+32

- - c896fcd - material-ish design with gitea-style tabs -

Milan PƤssler

-

2019-12-29

-

-102/+169

- - f2f49bb - material-ish design with gitea-style tabs -

Milan PƤssler

-

2019-12-29

-

-1/+2

- - 4be56ee - Adding a small limgit2 example usage -

Katharina Fey

-

2019-12-29

-

-2/+17

- - 81ae20b - Refactoring basic project structure -

Katharina Fey

-

2019-12-28

-

-76/+209

- - baf496a - initial styling -

Milan PƤssler

-

2019-12-13

-

-38/+149

- - d43a02e - Adding AGPL-3.0 license -

Katharina Fey

-

2019-12-10

-

-0/+661

-
-
- - +{% extends "base.html" %} + +{% block child_content %} + + + + + + + + + + + {% for b in branches %} + + + + + + + {% endfor %} + +
BranchCommit messageAuthorDate
{{ b.name }}{{ b.last_commit.message }}{{ b.last_commit.author }}{{ b.last_commit.date }}
+ + + + + + + + + + + + + {% for c in commits %} + + + + + + + {% endfor %} + +
HashCommit messageAuthorDateLines
{{ c.hash }}{{ c.message }}{{ c.author }}{{ c.date }}
+ + +
+

Branch

+

Commit message

+

Author

+

Date

+ + fn-verify-9324832 + Updating to actix 2.0.0 and adding 404 handler +

Katharina Fey

+

5 months ago

+ + master + Rebuilding the entire htlm and css styles +

Katharina Fey

+

18 hours ago

+ + +

Commit Hash

+

Commit message

+

Author

+

Date

+

Lines

+ + 270cb70 + Rebuilding the entire htlm and css stiles +

Katharina Fey

+

19 hours ago

+

-214/+75

+ + 5db4c57 + Updating to actix 2.0.0 and adding 404 handler +

Katharina Fey

+

2020-01-23

+

-610/+455

+ + 5e16c64 + Adding project documentation and roadmap planning +

Katharina Fey

+

2020-01-23

+

-3/+61

+ + 8b38bdd + data: adding a small wrapper around libgit2 +

Katharina Fey

+

2019-12-29

+

-36/+32

+ + c896fcd + material-ish design with gitea-style tabs +

Milan PƤssler

+

2019-12-29

+

-102/+169

+ + f2f49bb + material-ish design with gitea-style tabs +

Milan PƤssler

+

2019-12-29

+

-1/+2

+ + 4be56ee + Adding a small limgit2 example usage +

Katharina Fey

+

2019-12-29

+

-2/+17

+ + 81ae20b + Refactoring basic project structure +

Katharina Fey

+

2019-12-28

+

-76/+209

+ + baf496a + initial styling +

Milan PƤssler

+

2019-12-13

+

-38/+149

+ + d43a02e + Adding AGPL-3.0 license +

Katharina Fey

+

2019-12-10

+

-0/+661

+
+ +{% endblock %} -- cgit v1.2.3