diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index e2ddbb902138aa875ec93dcfc4ba7e260e6600bf..a2f6b3da746f49d5710406ac1b044c763e0bed03 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -71,7 +71,7 @@ %p.gl-mb-4.gl-text-gray-500= s_("UserProfile|Pronounced as: %{pronunciation}") % { pronunciation: @user.pronunciation } - if @user.status&.customized? - .cover-status.gl-display-inline-flex.gl-align-items-center.gl-mb-3 + .cover-status.gl-display-inline-flex.gl-align-items-baseline.gl-mb-3 = emoji_icon(@user.status.emoji, class: 'gl-mr-2') = markdown_field(@user.status, :message) = render "users/profile_basic_info"