roundabout,
created on Wednesday, 3 April 2024, 12:23:41 (1712147021),
received on Wednesday, 31 July 2024, 06:54:44 (1722408884)
Author identity: vlad <vlad.muntoiu@gmail.com>
2653075046576c3039c20aa99dc5c8a6505b14c5
static/efficient-ui/cards.css
@@ -46,4 +46,10 @@ figcaption {
.card-horizontal > :is(figure, .card-top) ~ :is(section, header, footer) { /* Beside figure */ padding-top: var(--padding-card-top); }} .large-link { display: block; padding: 0; margin: 0; }
templates/repository/repo-log.html
@@ -52,7 +52,7 @@
</a> </figure> <section class="card-main flexible-space"> <h3>{{ commit.message | split("\n") | first }}</h3><h3><a href="/{{ username }}/{{ repository }}/commit/{{ commit.sha }}">{{ commit.message | split("\n") | first }}</a></h3><p> {% trans owner_name=commit.owner_name, author_date=commit.author_date.strftime("%A, %e %B %Y, %H:%M:%S"), receive_date=commit.receive_date.strftime('%A, %e %B %Y, %H:%M:%S') %} by <a href="/{{ owner_name }}">{{ owner_name }}</a>,