show.html.haml 1.1 KB
Newer Older
D
Douwe Maan 已提交
1
- page_title "Network", @ref
2
- content_for :page_specific_javascripts do
C
Connor Shea 已提交
3
  = javascript_include_tag 'lib/raphael.js', {integrity: true, "data-turbolinks-track" => true}
4
  = javascript_include_tag 'network/application.js', {integrity: true, "data-turbolinks-track" => true}
5
= render "projects/commits/head"
S
Sato Hiroyuki 已提交
6
= render "head"
A
Annabel Dunstone 已提交
7 8 9 10 11 12 13 14 15 16 17 18
%div{ class: (container_class) }
  .project-network
    .controls
      = form_tag namespace_project_network_path(@project.namespace, @project, @id), method: :get, class: 'form-inline network-form' do |f|
        = text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Input an extended SHA1 syntax", class: 'search-input form-control input-mx-250 search-sha'
        = button_tag class: 'btn btn-success' do
          = icon('search')
        .inline.prepend-left-20
          .checkbox.light
            = label_tag :filter_ref do
              = check_box_tag :filter_ref, 1, @options[:filter_ref]
              %span Begin with the selected commit
D
Dmitriy Zaporozhets 已提交
19

20
    .network-graph{ data: { url: @url, commit_url: @commit_url, ref: @ref, commit_id: @commit.id } }
A
Annabel Dunstone 已提交
21
      = spinner nil, true