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:
parent
5b05458bd7
commit
5d471088b4
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue