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

index.html.haml « snippets « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b62dd2a6e14b4a250e33770fdbbeccab1e1542a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- page_title "Public Snippets"
- if current_user
  = render 'head'

.gray-content-block
  - if current_user
    .pull-right
      = link_to new_snippet_path, class: "btn btn-new", title: "New Snippet" do
        Add new snippet

  .oneline
    Public snippets created by you and other users are listed here

= render 'snippets'