5 lines
268 B
Text
5 lines
268 B
Text
- type = blob ? 'blob' : 'tree'
|
|
- button_data = web_ide_button_data({ blob: blob })
|
|
- fork_options = fork_modal_options(@project, @ref, @path, blob)
|
|
|
|
.gl-display-inline-block{ data: { options: button_data.merge(fork_options).to_json }, id: "js-#{type}-web-ide-link" }
|