From 9295a9ba8cc47368ef29c38186d252d85436e224 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Fri, 13 May 2016 15:25:19 +0000 Subject: [PATCH] Use instead of in Hamlet files --- templates/breadcrumbs.hamlet | 4 ++-- templates/repo/widget/changes.hamlet | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/breadcrumbs.hamlet b/templates/breadcrumbs.hamlet index 794c7e7..fbeab77 100644 --- a/templates/breadcrumbs.hamlet +++ b/templates/breadcrumbs.hamlet @@ -12,9 +12,9 @@ $# You should have received a copy of the CC0 Public Domain Dedication along $# with this software. If not, see $# . - + $forall (route, title) <- bcs #{title} :: # - + #{current} diff --git a/templates/repo/widget/changes.hamlet b/templates/repo/widget/changes.hamlet index 8a03b69..a1ceaf8 100644 --- a/templates/repo/widget/changes.hamlet +++ b/templates/repo/widget/changes.hamlet @@ -21,6 +21,6 @@ $# . $forall LogEntry author hash message time <- entries #{author} - #{T.take 10 hash} + #{T.take 10 hash} #{message} #{time}