##// END OF EJS Templates
fix patch view for GIT, don't escape stuff to much
marcink -
r3273:91679a50 beta
parent child Browse files
Show More
@@ -7,10 +7,10 b''
7 7 ${c.changeset.message |n}
8 8
9 9 %elif h.is_git(c.rhodecode_repo):
10 From 35d9475598be9f807cd800e51212b8f1efbeacd9 Mon Sep 17 00:00:00 2001
11 From: ${c.changeset.author}
10 From ${c.changeset.raw_id} ${c.changeset.date}
11 From: ${c.changeset.author |n}
12 12 Date: ${c.changeset.date}
13 Subject: [PATCH] ${c.changeset.message}
13 Subject: [PATCH] ${c.changeset.message |n}
14 14 ---
15 15
16 16 %endif
General Comments 0
You need to be logged in to leave comments. Login now