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

index.html.haml « snippets « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c994ae486b98c33167b27d3fcc64f1b364e0a5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- page_title "Snippets"

.row-content-block.top-block
  .pull-right
    - if can?(current_user, :create_project_snippet, @project)
      = link_to new_namespace_project_snippet_path(@project.namespace, @project), class: "btn btn-new", title: "New Snippet" do
        New Snippet

  .oneline
    Share code pastes with others out of git repository

= render 'snippets/snippets'