debian-mirror-gitlab/app/views/projects/network/show.html.haml

20 lines
902 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- breadcrumb_title "Graph"
2017-08-17 22:00:37 +05:30
- page_title "Graph", @ref
2014-09-02 18:07:02 +05:30
= render "head"
2016-08-24 12:49:21 +05:30
%div{ class: container_class }
.project-network
.controls
2017-09-10 17:25:29 +05:30
= form_tag project_network_path(@project, @id), method: :get, class: 'form-inline network-form' do |f|
2018-03-17 18:26:18 +05:30
= text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: _("Git revision"), class: 'search-input form-control input-mx-250 search-sha'
= button_tag class: 'btn btn-success' do
= icon('search')
.inline.prepend-left-20
2018-11-08 19:23:39 +05:30
.form-check.light
= check_box_tag :filter_ref, 1, @options[:filter_ref], class: 'form-check-input'
= label_tag :filter_ref, class: 'form-check-label' do
2018-03-17 18:26:18 +05:30
%span= _("Begin with the selected commit")
2014-09-02 18:07:02 +05:30
2017-08-17 22:00:37 +05:30
- if @commit
.network-graph{ data: { url: @url, commit_url: @commit_url, ref: @ref, commit_id: @commit.id } }
= spinner nil, true