From 7fdc7e703d02b38f59bc2b164a5957545d4969f7 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Tue, 10 Jul 2018 16:43:22 +0000 Subject: [PATCH] Repo tree view: Replace [D] and [F] with Unicode chars --- templates/repo/source-darcs.hamlet | 4 ++-- templates/repo/source-git.hamlet | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/repo/source-darcs.hamlet b/templates/repo/source-darcs.hamlet index 568d507..374f8c2 100644 --- a/templates/repo/source-darcs.hamlet +++ b/templates/repo/source-darcs.hamlet @@ -54,9 +54,9 @@ $case sv $case type' $of TypeBlob - [F] + 🗎 $of TypeTree - [D] + 🗀 #{name} diff --git a/templates/repo/source-git.hamlet b/templates/repo/source-git.hamlet index 3324de1..34255d7 100644 --- a/templates/repo/source-git.hamlet +++ b/templates/repo/source-git.hamlet @@ -62,9 +62,9 @@ $case sv $case type' $of TypeBlob - [F] + 🗎 $of TypeTree - [D] + 🗀 #{name}