Satisfy rubocop

This commit is contained in:
Douwe Maan 2015-12-03 19:02:56 +01:00
parent 0de8e26066
commit f9d954fae7
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ module Gitlab
def url_for_label(project, label)
h = Gitlab::Application.routes.url_helpers
h.namespace_project_issues_url( project.namespace, project, label_name: label.name,
only_path: context[:only_path])
only_path: context[:only_path])
end
def render_colored_label(label)