Skip to content
代码片段 群组 项目
未验证 提交 ba6d445a 编辑于 作者: Olena Horal-Koretska's avatar Olena Horal-Koretska
浏览文件

Merge branch 'tl-vertical-align-cover-status' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
%p.gl-mb-4.gl-text-gray-500= s_("UserProfile|Pronounced as: %{pronunciation}") % { pronunciation: @user.pronunciation } %p.gl-mb-4.gl-text-gray-500= s_("UserProfile|Pronounced as: %{pronunciation}") % { pronunciation: @user.pronunciation }
- if @user.status&.customized? - 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') = emoji_icon(@user.status.emoji, class: 'gl-mr-2')
= markdown_field(@user.status, :message) = markdown_field(@user.status, :message)
= render "users/profile_basic_info" = render "users/profile_basic_info"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册