Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
c60585a1
Commit
c60585a1
authored
Dec 22, 2016
by
dimitrieh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change earlier to task_status_short to avoid titlebar line wraps
parent
8dfa4101
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
app/helpers/issuables_helper.rb
app/helpers/issuables_helper.rb
+2
-2
changelogs/unreleased/25941-odd-overflow-behavior-for-long-issue-headers.yml
...ed/25941-odd-overflow-behavior-for-long-issue-headers.yml
+4
-0
No files found.
app/helpers/issuables_helper.rb
View file @
c60585a1
...
...
@@ -96,8 +96,8 @@ module IssuablesHelper
if
issuable
.
tasks?
output
<<
" "
.
html_safe
output
<<
content_tag
(
:span
,
issuable
.
task_status
,
id:
"task_status"
,
class:
"hidden-xs"
)
output
<<
content_tag
(
:span
,
issuable
.
task_status_short
,
id:
"task_status_short"
,
class:
"hidden-
sm hidden-
md hidden-lg"
)
output
<<
content_tag
(
:span
,
issuable
.
task_status
,
id:
"task_status"
,
class:
"hidden-xs
hidden-sm
"
)
output
<<
content_tag
(
:span
,
issuable
.
task_status_short
,
id:
"task_status_short"
,
class:
"hidden-md hidden-lg"
)
end
output
...
...
changelogs/unreleased/25941-odd-overflow-behavior-for-long-issue-headers.yml
0 → 100644
View file @
c60585a1
---
title
:
Change earlier to task_status_short to avoid titlebar line wraps
merge_request
:
author
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment