@<%= it.issue.repository?.full_name || it.issue.base.repo.full_name %>
@@ -32,4 +32,7 @@opened on <%= new Intl.DateTimeFormat('en-US', { dateStyle: 'long' }).format(new Date(it.issue.created_at)) %>
+diff --git a/assets/style.css b/assets/style.css index 26ea89a..226fe0e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -80,3 +80,24 @@ p { .language { height: 100%; } + +.info-line { + display: flex; + font-size: 1.75rem; + color: #9a8fa7; + gap: 0.5em; + align-items: center; + width: 100%; +} + +.info-line .author { + color: #ffffff; + font-weight: 700; +} + +.info-line .avatar { + width: 48px; + height: 48px; + margin: 0; + border-radius: 100%; +} diff --git a/views/issue.eta b/views/issue.eta index f88d7c1..de03504 100644 --- a/views/issue.eta +++ b/views/issue.eta @@ -11,7 +11,7 @@ body = body.slice(0, bodyCharLimit) + '...' } %> -
@<%= it.issue.repository?.full_name || it.issue.base.repo.full_name %>
@@ -32,4 +32,7 @@opened on <%= new Intl.DateTimeFormat('en-US', { dateStyle: 'long' }).format(new Date(it.issue.created_at)) %>
+