Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_blob.html.haml « snippets « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2169deb592be16715a339d6a307c223d156e056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%article.file-holder.snippet-file-content
  .js-file-title.file-title-flex-parent
    = render 'projects/blob/header_content', blob: blob

    .file-actions.d-none.d-sm-block
      = render 'projects/blob/viewer_switcher', blob: blob

      .btn-group{ role: "group" }<
        = copy_blob_source_button(blob)
        = open_raw_blob_button(blob)
        = download_raw_snippet_button(@snippet)

  = render 'projects/blob/content', blob: blob