Wrap 'changeset.changeset.no_comment' in italics with <i></i>. 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'.
This commit is contained in:
Ævar Arnfjörð Bjarmason 2009-06-08 13:24:29 +00:00
parent 5b05458bd7
commit 5d471088b4

View file

@ -25,7 +25,7 @@
<% if changeset.tags['comment'] %>
<%= h(changeset.tags['comment']) %>
<% else %>
<%= t'changeset.changeset.no_comment' %>
<i><%= t'changeset.changeset.no_comment' %></i>
<% end %>
</td>