mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 08:36:06 +10:00
Also License dropdown has been ported to use our GL dropdown instead of Select2. Fixes tests to make it work with current implementation
6 lines
177 B
CoffeeScript
6 lines
177 B
CoffeeScript
#= require blob/template_selector
|
|
|
|
class @BlobGitignoreSelector extends TemplateSelector
|
|
requestFile: (query) ->
|
|
Api.gitignoreText query.name, @requestFileSuccess.bind(@)
|