summaryrefslogtreecommitdiff
path: root/app/views/shared/_web_ide_button.html.haml
blob: 82af52cdd590d7b7add8ae9aed3bef268d31efe4 (plain)
1
2
3
4
5
6
7
8
- type = blob ? 'blob' : 'tree'

.d-inline-block{ data: { options: web_ide_button_data({ blob: blob }).to_json }, id: "js-#{type}-web-ide-link" }

- if show_edit_button?({ blob: blob })
  = render 'shared/confirm_fork_modal', fork_path: fork_and_edit_path(@project, @ref, @path), type: 'edit'
- if show_web_ide_button?
  = render 'shared/confirm_fork_modal', fork_path: ide_fork_and_edit_path(@project, @ref, @path), type: 'webide'