Style commit-like entities

This commit is contained in:
Joscha 2023-08-18 03:11:13 +02:00
parent 7ecd812b11
commit 4bdca4d3c8
4 changed files with 22 additions and 37 deletions

View file

@ -7,8 +7,8 @@
<h2>Commit</h2>
<div>
<span>commit {{ hash }}</span>
<div class="commit-like commit">
<span class="title">commit {{ hash }}</span>
<dl>
<dt>Author:</dt>
<dd>{{ author }}</dd>

View file

@ -6,8 +6,8 @@
<h2>Run</h2>
<div>
<span>run {{ id }}</span>
<div class="commit-like run">
<span class="title">run {{ id }}</span>
<dl>
<dt>Commit:</dt>
<dd>{{ commit|safe }}</dd>

View file

@ -6,8 +6,8 @@
<h2>Worker</h2>
<div>
<span>worker {{ name }}</span>
<div class="commit-like worker">
<span class="title">worker {{ name }}</span>
<dl>
<dt>Connected:</dt>
<dd>{{ connected }}</dd>