Skip to content
Snippets Groups Projects

[WIP] Moves the stage and ref from the table in a ci commit build to a plain one line text

Closed Tiago Botelho requested to merge tiagonbotelho/gitlab-ce:ci-commit into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,7 +4,8 @@ class @UsersSelect
@@ -4,7 +4,8 @@ class @UsersSelect
@userPath = "/autocomplete/users/:id.json"
@userPath = "/autocomplete/users/:id.json"
$('.js-user-search').each (i, dropdown) =>
$('.js-user-search').each (i, dropdown) =>
projectId = $(dropdown).data('project-id')
@projectId = $(dropdown).data('project-id')
 
@showCurrentUser = $(dropdown).data('current-user')
showNullUser = $(dropdown).data('null-user')
showNullUser = $(dropdown).data('null-user')
showAnyUser = $(dropdown).data('any-user')
showAnyUser = $(dropdown).data('any-user')
firstUser = $(dropdown).data('first-user')
firstUser = $(dropdown).data('first-user')
Loading