Skip to content
Snippets Groups Projects
Commit 581cccbc authored by Phil Hughes's avatar Phil Hughes
Browse files

Full labels data in JSON

parent e5ead257
No related branches found
No related tags found
Loading
Loading
Loading
@@ -16,7 +16,7 @@ class Projects::LabelsController < Projects::ApplicationController
respond_to do |format|
format.html
format.json do
render json: @labels.to_json
render json: @project.labels
end
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment