This commit is contained in:
+2
-1
@@ -910,7 +910,8 @@ renderRecentEntry :: CookLog.CookEntry -> Html
|
|||||||
renderRecentEntry entry = do
|
renderRecentEntry entry = do
|
||||||
H.span ! A.style "color: var(--roux-muted);" $ H.toHtml (formatDay (CookLog.ceCookedDate entry))
|
H.span ! A.style "color: var(--roux-muted);" $ H.toHtml (formatDay (CookLog.ceCookedDate entry))
|
||||||
unless (T.null (CookLog.ceComment entry)) $
|
unless (T.null (CookLog.ceComment entry)) $
|
||||||
H.span ! A.style "color: var(--roux-text);" $ ": " >> H.toHtml (CookLog.ceComment entry)
|
H.span ! A.style "color: var(--roux-text);" $
|
||||||
|
": " >> H.toHtml (CookLog.ceComment entry)
|
||||||
H.span ", "
|
H.span ", "
|
||||||
|
|
||||||
-- | Render a single cook log entry.
|
-- | Render a single cook log entry.
|
||||||
|
|||||||
Reference in New Issue
Block a user