mirror of https://github.com/zulip/zulip.git
user_profile_modal: Fix duplicate 'Last active' notice.
This fixes a regression in 16bd6e6b1d
that caused the user profile modal to display "Last active: Last active: ...".
I'm not convinced these are the best visuals, but the whole modal
needs a visual refresh.
This commit is contained in:
parent
b080417960
commit
420500ab25
|
@ -32,10 +32,7 @@
|
|||
<span class="name">{{#tr}}Role{{/tr}}</span>
|
||||
<span class="value">{{user_type}}</span>
|
||||
</div>
|
||||
<div class="default-field">
|
||||
<span class="name">{{#tr}}Last active{{/tr}}</span>
|
||||
<span class="value">{{last_seen}}</span>
|
||||
</div>
|
||||
<span class="value">{{last_seen}}</span>
|
||||
{{#if user_time}}
|
||||
<div class="default-field">
|
||||
<span class="name">{{#tr}}Local time{{/tr}}</span>
|
||||
|
|
Loading…
Reference in New Issue