Bug 419016 - Space between the votes text and period is visually unappealing and confusing.

Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit a=LpSolit
This commit is contained in:
guy.pyrzak%gmail.com 2008-04-10 16:53:26 +00:00
Родитель 15516c2cd8
Коммит 664e50d303
1 изменённых файлов: 13 добавлений и 4 удалений

Просмотреть файл

@ -428,8 +428,12 @@
[% IF bug.votes %]
with
<a href="votes.cgi?action=show_bug&amp;bug_id=[% bug.bug_id %]">
[% bug.votes %] vote[%IF bug.votes > 1 %]s[% END %]
</a>.
[% bug.votes %]
[% IF bug.votes == 1 %]
vote
[% ELSE %]
votes
[% END %]</a>
[% END %]
(<a href="votes.cgi?action=show_user&amp;bug_id=
[% bug.bug_id %]#vote_[% bug.bug_id %]">vote</a>)
@ -795,12 +799,17 @@
<br>
[% END %]
[% END %]
[% bug.cc.size || 0 FILTER html%]&nbsp;total users
[% bug.cc.size || 0 FILTER html %]
[% IF bug.cc.size == 1 %]
user
[% ELSE %]
users
[% END %]
[% IF user.id %]
[% IF bug.cc.contains( user.email ) %]
including you ([% INCLUDE user_identity user=> user FILTER collapse %])
[% END %]
[% END %].
[% END %]
<span id="cc_edit_area_showhide_container" class="bz_default_hidden">
(<a href="#" id="cc_edit_area_showhide">edit</a>)
</span>