From 5d471088b43dc881700cc46b5578553097de5388 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 8 Jun 2009 13:24:29 +0000 Subject: [PATCH 1/1] Wrap 'changeset.changeset.no_comment' in italics with . Right now it's not possible to distinguish between a changeset that has no comment and one whose comment is equivalent to the text of 'changeset.changeset.no_comment'. --- app/views/changeset/_changeset.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/changeset/_changeset.rhtml b/app/views/changeset/_changeset.rhtml index da2bcbac1..6ec1de43c 100644 --- a/app/views/changeset/_changeset.rhtml +++ b/app/views/changeset/_changeset.rhtml @@ -25,7 +25,7 @@ <% if changeset.tags['comment'] %> <%= h(changeset.tags['comment']) %> <% else %> - <%= t'changeset.changeset.no_comment' %> + <%= t'changeset.changeset.no_comment' %> <% end %> -- 2.43.2