Commit 418947b6 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Fix a few layout error

parent 663593e8
...@@ -30,7 +30,6 @@ module MilestoneActions ...@@ -30,7 +30,6 @@ module MilestoneActions
format.json do format.json do
render json: tabs_json("shared/milestones/_labels_tab", { render json: tabs_json("shared/milestones/_labels_tab", {
labels: @milestone.labels # rubocop:disable Gitlab/ModuleWithInstanceVariables labels: @milestone.labels # rubocop:disable Gitlab/ModuleWithInstanceVariables
}) })
end end
end end
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
# #
# Used by Issue and MergeRequest. # Used by Issue and MergeRequest.
# #
module TimeTrackable module TimeTrackable
extend ActiveSupport::Concern extend ActiveSupport::Concern
......
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