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
Boxiang Sun
gitlab-ce
Commits
418947b6
Commit
418947b6
authored
Nov 22, 2017
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few layout error
parent
663593e8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
app/controllers/concerns/issuable_actions.rb
app/controllers/concerns/issuable_actions.rb
+1
-1
app/controllers/concerns/milestone_actions.rb
app/controllers/concerns/milestone_actions.rb
+0
-1
app/models/concerns/time_trackable.rb
app/models/concerns/time_trackable.rb
+1
-0
No files found.
app/controllers/concerns/issuable_actions.rb
View file @
418947b6
app/controllers/concerns/milestone_actions.rb
View file @
418947b6
...
...
@@ -30,7 +30,6 @@ module MilestoneActions
format
.
json
do
render
json:
tabs_json
(
"shared/milestones/_labels_tab"
,
{
labels:
@milestone
.
labels
# rubocop:disable Gitlab/ModuleWithInstanceVariables
})
end
end
...
...
app/models/concerns/time_trackable.rb
View file @
418947b6
...
...
@@ -4,6 +4,7 @@
#
# Used by Issue and MergeRequest.
#
module
TimeTrackable
extend
ActiveSupport
::
Concern
...
...
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