Commit 0ddba2d7 authored by Takuya Noguchi's avatar Takuya Noguchi

Fix author layouts in issuable meta line UIs on mobile

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 28aa4d33
......@@ -191,7 +191,7 @@ module IssuablesHelper
output << content_tag(:strong) do
author_output = link_to_member(project, issuable.author, size: 24, mobile_classes: "d-none d-sm-inline")
author_output << link_to_member(project, issuable.author, size: 24, by_username: true, avatar: false, mobile_classes: "d-block d-sm-none")
author_output << link_to_member(project, issuable.author, size: 24, by_username: true, avatar: false, mobile_classes: "d-inline d-sm-none")
if status = user_status(issuable.author)
author_output << "#{status}".html_safe
......
---
title: Fix author layouts in issuable meta line UIs on mobile
merge_request: 25332
author: Takuya Noguchi
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment